diff --git a/src/System Application/App/Cryptography Management/src/RSAImpl.Codeunit.al b/src/System Application/App/Cryptography Management/src/RSAImpl.Codeunit.al index d4ebeeffca..0fbe583f0e 100644 --- a/src/System Application/App/Cryptography Management/src/RSAImpl.Codeunit.al +++ b/src/System Application/App/Cryptography Management/src/RSAImpl.Codeunit.al @@ -249,7 +249,7 @@ codeunit 1476 "RSA Impl." implements "Signature Algorithm v2" end; [NonDebuggable] - internal procedure ExportRSAPrivateKeyPem(): Text + internal procedure ExportRSAPrivateKeyPem(): SecretText begin exit(DotNetRSA.ExportRSAPrivateKeyPem()); end;