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
Next Next commit
Fix some bad crefs/xrefs
  • Loading branch information
bartonjs committed Dec 11, 2019
commit 82873bf1d1fc385a2c35c823372e50a3d6f5ca6f
2 changes: 1 addition & 1 deletion xml/System.Security.Cryptography/RSA.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,7 @@ An error occurred creating the signature.</exception>
<format type="text/markdown"><![CDATA[

## Remarks
The default implementation of this method is to copy `hash` and `signature` to new arrays and call <xref:M:System.Security.Cryptography.RSA.VerifyHash(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding)>.
The default implementation of this method is to copy `hash` and `signature` to new arrays and call <xref:System.Security.Cryptography.RSA.VerifyHash(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding)>.
Derived types should override this method to avoid the intermediate array creation.

]]></format>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Security.Cryptography/RSACng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
## Remarks

This constructor does not generate a new public/private keypair immediately.
This constructor sets the <xref:System.Security.Cryptography.RSACng.KeySize> property to 2048 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 2048 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 @@ -574,8 +574,8 @@ This instance represents only a public key.
-or-

An error occurred creating the signature.</exception>
<altmember cref="M:System.Security.Cryptography.RSAOpenSsl.TrySignHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding,System.Int32@)" />
<altmember cref="M:System.Security.Cryptography.RSAOpenSsl.SignData(System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding)" />
<altmember cref="M:System.Security.Cryptography.RSA.TrySignHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding,System.Int32@)" />
<altmember cref="M:System.Security.Cryptography.RSA.SignData(System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding)" />
</Docs>
</Member>
<Member MemberName="VerifyHash">
Expand Down