2 overrides of DeriveRawSecretAgreement
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (1)
73
public override byte[]
DeriveRawSecretAgreement
(ECDiffieHellmanPublicKey otherPartyPublicKey)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
46
public override byte[]
DeriveRawSecretAgreement
(ECDiffieHellmanPublicKey otherPartyPublicKey) =>
1 reference to DeriveRawSecretAgreement
System.Security.Cryptography (1)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
47
_wrapped.
DeriveRawSecretAgreement
(Unwrap(otherPartyPublicKey));