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