Skip to content

Commit

Permalink
Fix typo in RSASignaturePaddingMode documentation
Browse files Browse the repository at this point in the history
Co-authored-by: joegoldman2 <147369450+joegoldman2@users.noreply.github.com>
  • Loading branch information
vcsjones and joegoldman2 authored Jul 5, 2024
1 parent 5b7e77d commit ac25c23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public enum RSASignaturePaddingMode
/// Probabilistic Signature Scheme.
/// </summary>
/// <remarks>
/// This corresponds to the RRSASSA-PSS signature scheme of the PKCS #1 RSA Encryption Standard.
/// This corresponds to the RSASSA-PSS signature scheme of the PKCS #1 RSA Encryption Standard.
/// It is recommended for new applications.
/// </remarks>
Pss,
Expand Down

0 comments on commit ac25c23

Please sign in to comment.