1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00

Fix typo in RSASignaturePaddingMode documentation

Co-authored-by: joegoldman2 <147369450+joegoldman2@users.noreply.github.com>
This commit is contained in:
Kevin Jones 2024-07-05 15:52:56 -04:00 committed by GitHub
parent 5b7e77d086
commit ac25c23ecd
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ namespace System.Security.Cryptography
/// 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,