We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52177b commit ebf21a4Copy full SHA for ebf21a4
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/RSASignaturePaddingMode.cs
@@ -21,7 +21,7 @@ public enum RSASignaturePaddingMode
21
/// Probabilistic Signature Scheme.
22
/// </summary>
23
/// <remarks>
24
- /// This corresponds to the RSASSA-PKCS1-v1.5 signature scheme of the PKCS #1 RSA Encryption Standard.
+ /// This corresponds to the RRSASSA-PSS signature scheme of the PKCS #1 RSA Encryption Standard.
25
/// It is recommended for new applications.
26
/// </remarks>
27
Pss,
0 commit comments