Skip to content

Commit

Permalink
Fix typo in RSASignaturePaddingMode.Pss apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreEXFO authored Jul 5, 2024
1 parent c52177b commit ebf21a4
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 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.
/// It is recommended for new applications.
/// </remarks>
Pss,
Expand Down

0 comments on commit ebf21a4

Please sign in to comment.