5 references to Unwrap
System.Security.Cryptography (5)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (5)
26
_wrapped.DeriveKeyMaterial(
Unwrap
(otherPartyPublicKey));
33
_wrapped.DeriveKeyFromHash(
Unwrap
(otherPartyPublicKey), hashAlgorithm, secretPrepend, secretAppend);
41
_wrapped.DeriveKeyFromHmac(
Unwrap
(otherPartyPublicKey), hashAlgorithm, hmacKey, secretPrepend, secretAppend);
44
_wrapped.DeriveKeyTls(
Unwrap
(otherPartyPublicKey), prfLabel, prfSeed);
47
_wrapped.DeriveRawSecretAgreement(
Unwrap
(otherPartyPublicKey));