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));