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

◆ TryHashData()

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

Reimplemented from System.Security.Cryptography.RSA.

Definition at line 125 of file RSACng.cs.

126 {
128 }
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().