diff --git a/src/System Application/App/Cryptography Management/src/SignatureKey.Codeunit.al b/src/System Application/App/Cryptography Management/src/SignatureKey.Codeunit.al index 2edcee13b1..d01163c953 100644 --- a/src/System Application/App/Cryptography Management/src/SignatureKey.Codeunit.al +++ b/src/System Application/App/Cryptography Management/src/SignatureKey.Codeunit.al @@ -42,7 +42,7 @@ codeunit 1474 "Signature Key" /// Gets an XML string containing the key of the saved key value. /// /// An XML string containing the key of the saved key value. - internal procedure ToXmlString(): SecretText + procedure ToXmlString(): SecretText begin exit(SignatureKeyImpl.ToXmlString()); end;