Skip to content

Commit b9c796d

Browse files
committed
Add aka.ms link to log message related to AES-GCM support
1 parent 146b4d5 commit b9c796d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.IdentityModel.Tokens/LogMessages.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ internal static class LogMessages
184184
public const string IDX10685 = "IDX10685: Unable to Sign, Internal SignFunction is not available.";
185185
public const string IDX10686 = "IDX10686: Unable to Verify, Internal VerifyFunction is not available.";
186186
public const string IDX10687 = "IDX10687: Unable to create a AsymmetricAdapter. For NET45 or NET451 only types: '{0}' or '{1}' are supported. RSA is of type: '{2}'.";
187-
public const string IDX10688 = "IDX10688: The algorithm '{0}' is not currently supported. It's possible to provide your own implementation of the algorithm by overriding CryptoProviderFactory and AuthenticatedEncryptionProvider.";
187+
public const string IDX10688 = "IDX10688: The algorithm '{0}' is not currently supported. It's possible to provide your own implementation of the algorithm by overriding CryptoProviderFactory and AuthenticatedEncryptionProvider. Example: aka.ms/identitymodel-aesgcm-support";
188188

189189
// security keys
190190
public const string IDX10700 = "IDX10700: Invalid RsaParameters: '{0}'. Both modulus and exponent should be present";

0 commit comments

Comments
 (0)