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:
parent
5b7e77d086
commit
ac25c23ecd
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue