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

◆ DeriveKeyFromHmac() [2/2]

override byte[] System.Security.Cryptography.ECDiffieHellmanOpenSsl.DeriveKeyFromHmac ( ECDiffieHellmanPublicKey otherPartyPublicKey,
HashAlgorithmName hashAlgorithm,
byte?[] hmacKey,
byte?[] secretPrepend,
byte?[] secretAppend )
inlinevirtual

Reimplemented from System.Security.Cryptography.ECDiffieHellman.

Definition at line 43 of file ECDiffieHellmanOpenSsl.cs.

44 {
45 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CryptographyOpenSSL);
46 }
static string PlatformNotSupported_CryptographyOpenSSL
Definition SR.cs:14
Definition SR.cs:7

References System.SR.PlatformNotSupported_CryptographyOpenSSL.