Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ HashData() [1/2]

override byte[] System.Security.Cryptography.DSAOpenSsl.HashData ( byte[] data,
int offset,
int count,
HashAlgorithmName hashAlgorithm )
inlineprotectedvirtual

Reimplemented from System.Security.Cryptography.DSA.

Definition at line 67 of file DSAOpenSsl.cs.

68 {
69 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
70 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.