Skip to content

Commit 8ffeb8f

Browse files
authored
Fix typo in RSASignaturePaddingMode.Pss
The `Pss` member was documented as being RSASSA-PKCS1-v1.5 when it should be documented as RSASSA-PSS.
1 parent d6d38e4 commit 8ffeb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Security.Cryptography/RSASignaturePaddingMode.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ This corresponds to the RSASSA-PKCS1-v1.5 signature scheme of the PKCS #1 RSA En
159159
160160
## Remarks
161161
162-
This corresponds to the RSASSA-PKCS1-v1.5 signature scheme of the PKCS #1 RSA Encryption Standard.
162+
This corresponds to the RSASSA-PSS signature scheme of the PKCS #1 RSA Encryption Standard.
163163
It is recommended for new applications.
164164
165165
]]></format>

0 commit comments

Comments
 (0)