You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.IdentityModel.Tokens/LogMessages.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ internal static class LogMessages
184
184
publicconststringIDX10685="IDX10685: Unable to Sign, Internal SignFunction is not available.";
185
185
publicconststringIDX10686="IDX10686: Unable to Verify, Internal VerifyFunction is not available.";
186
186
publicconststringIDX10687="IDX10687: Unable to create a AsymmetricAdapter. For NET45 or NET451 only types: '{0}' or '{1}' are supported. RSA is of type: '{2}'.";
187
-
publicconststringIDX10688="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
+
publicconststringIDX10688="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";
188
188
189
189
// security keys
190
190
publicconststringIDX10700="IDX10700: Invalid RsaParameters: '{0}'. Both modulus and exponent should be present";
0 commit comments