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

◆ VerifyHash() [1/2]

override bool System.Security.Cryptography.RSAOpenSsl.VerifyHash ( byte[] hash,
byte[] signature,
HashAlgorithmName hashAlgorithm,
RSASignaturePadding padding )
inlinevirtual

Reimplemented from System.Security.Cryptography.RSA.

Definition at line 92 of file RSAOpenSsl.cs.

93 {
94 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
95 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.