Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix more bad crefs/xrefs.
  • Loading branch information
bartonjs committed Dec 12, 2019
commit d76337e79ca8e8f15d92316a406fbf7c17820586
2 changes: 1 addition & 1 deletion xml/System.Security.Cryptography/RSACng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ If a key is loaded via the <xref:System.Security.Cryptography.RSACng.ImportParam
Valid key sizes range from 384 to 16,384 bits, in increments of 8. We recommend that a minimum size of 2,048 bits be used for all keys.

This constructor does not generate a new public/private keypair immediately.
This constructor sets the <xref:System.Security.Cryptography.RSACng.KeySize> property to `keySize` and when a key is needed one is generated using the property value.
This constructor sets the <xref:System.Security.Cryptography.AsymmetricAlgorithm.KeySize> property to `keySize` and when a key is needed one is generated using the property value.
If a key is loaded via the <xref:System.Security.Cryptography.RSACng.ImportParameters%2A> method, or other key import method, the key size from this constructor has no meaning.

]]></format>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Security.Cryptography/RSAOpenSsl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ This instance represents only a public key.
-or-

The decryption operation failed.</exception>
<altmember cref="M:System.Security.Cryptography.RSAOpenSsl.TryDecrypt(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.RSAEncryptionPadding,System.Int32@)" />
<altmember cref="M:System.Security.Cryptography.RSA.TryDecrypt(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.RSAEncryptionPadding,System.Int32@)" />
</Docs>
</Member>
<Member MemberName="Dispose">
Expand Down Expand Up @@ -347,7 +347,7 @@ The length of <paramref name="data"/> is too long for the combination of <see cr
-or-

The encryption operation failed.</exception>
<altmember cref="M:System.Security.Cryptography.RSAOpenSsl.TryEncrypt(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.RSAEncryptionPadding,System.Int32@)"/>
<altmember cref="M:System.Security.Cryptography.RSA.TryEncrypt(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.RSAEncryptionPadding,System.Int32@)"/>
</Docs>
</Member>
<Member MemberName="ExportParameters">
Expand Down