Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TryHashData()

override bool System.Security.Cryptography.RSAImplementation.RSACng.TryHashData ( ReadOnlySpan< byte > data,
Span< byte > destination,
HashAlgorithmName hashAlgorithm,
out int bytesWritten )
inlineprotectedvirtual

Reimplemented from System.Security.Cryptography.RSA.

Definition at line 124 of file RSAImplementation.cs.

125 {
126 return CngCommon.TryHashData(data, destination, hashAlgorithm, out bytesWritten);
127 }
static bool TryHashData(ReadOnlySpan< byte > source, Span< byte > destination, HashAlgorithmName hashAlgorithm, out int bytesWritten)
Definition CngCommon.cs:17

References System.destination, and Internal.Cryptography.CngCommon.TryHashData().