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

◆ SignHash()

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

Reimplemented from System.Security.Cryptography.RSA.

Definition at line 87 of file RSAOpenSsl.cs.

88 {
89 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
90 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.