Skip to content

Commit e269702

Browse files
authored
Fix mention of RSAPrivateKey when RSAPublicKey should have been mentioned (#8783)
1 parent 4c6279f commit e269702

File tree

1 file changed

+1
-1
lines changed
  • xml/System.Security.Cryptography

1 file changed

+1
-1
lines changed

xml/System.Security.Cryptography/RSA.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,7 @@ The key import failed.
17181718
<format type="text/markdown"><![CDATA[
17191719
17201720
## Remarks
1721-
This method only supports the binary (BER/CER/DER) encoding of RSAPrivateKey.
1721+
This method only supports the binary (BER/CER/DER) encoding of RSAPublicKey.
17221722
If the value is Base64-encoded or in the PEM text format, the caller must Base64-decode the contents before calling this method.
17231723
]]></format>
17241724
</remarks>

0 commit comments

Comments
 (0)