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

◆ VerifySignature() [1/4]

override bool System.Security.Cryptography.DSAOpenSsl.VerifySignature ( byte[] rgbHash,
byte[] rgbSignature )
inline

Definition at line 82 of file DSAOpenSsl.cs.

83 {
84 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
85 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.