Skip to content

Commit

Permalink
Better use secret text
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanMaron committed Jan 31, 2025
1 parent e332ca2 commit 5ae2fc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5ae2fc6

Please sign in to comment.