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

◆ GetHashCode()

override int System.Security.Cryptography.HashAlgorithmName.GetHashCode ( )
inline

Definition at line 45 of file HashAlgorithmName.cs.

46 {
47 if (_name != null)
48 {
49 return _name.GetHashCode();
50 }
51 return 0;
52 }

References System.Security.Cryptography.HashAlgorithmName._name.

Referenced by System.Security.Cryptography.RSAEncryptionPadding.GetHashCode().