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

◆ Hash

virtual ? byte [] System.Security.Cryptography.HashAlgorithm.Hash
getinherited

Definition at line 21 of file HashAlgorithm.cs.

22 {
23 get
24 {
25 if (_disposed)
26 {
27 throw new ObjectDisposedException(null);
28 }
29 if (State != 0)
30 {
31 throw new CryptographicUnexpectedOperationException(System.SR.Cryptography_HashNotYetFinalized);
32 }
33 return (byte[])HashValue?.Clone();
34 }
35 }
static string Cryptography_HashNotYetFinalized
Definition SR.cs:36
Definition SR.cs:7

Referenced by System.Security.Cryptography.PasswordDeriveBytes.ComputeBaseValue(), System.Security.Cryptography.PasswordDeriveBytes.ComputeBytes(), System.Security.Cryptography.AsymmetricSignatureFormatter.CreateSignature(), and System.Security.Cryptography.AsymmetricSignatureDeformatter.VerifySignature().

ml">doxygen 1.10.0