Skip to content

Commit ebf21a4

Browse files
Fix typo in RSASignaturePaddingMode.Pss apidoc
1 parent c52177b commit ebf21a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/RSASignaturePaddingMode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public enum RSASignaturePaddingMode
2121
/// Probabilistic Signature Scheme.
2222
/// </summary>
2323
/// <remarks>
24-
/// This corresponds to the RSASSA-PKCS1-v1.5 signature scheme of the PKCS #1 RSA Encryption Standard.
24+
/// This corresponds to the RRSASSA-PSS signature scheme of the PKCS #1 RSA Encryption Standard.
2525
/// It is recommended for new applications.
2626
/// </remarks>
2727
Pss,

0 commit comments

Comments
 (0)