8 instantiations of ECDiffieHellmanCng
System.Security.Cryptography (8)
System\Security\Cryptography\ECDiffieHellman.Create.Cng.cs (3)
10
return new ECDiffieHellmanWrapper(new
ECDiffieHellmanCng
());
15
return new ECDiffieHellmanWrapper(new
ECDiffieHellmanCng
(curve));
20
var ecdh = new
ECDiffieHellmanCng
();
System\Security\Cryptography\ECDiffieHellmanCng.Derive.cs (2)
30
using (ECDiffieHellmanCng otherPartyCng = new
ECDiffieHellmanCng
())
112
using (ECDiffieHellmanCng otherPartyCng = new
ECDiffieHellmanCng
())
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (2)
69
return new
ECDiffieHellmanCng
(cngKey, transferOwnership: true);
187
using (ECDiffieHellmanCng clonedKey = new
ECDiffieHellmanCng
())
System\Security\Cryptography\X509Certificates\X509Pal.Windows.PublicKey.cs (1)
42
factory: cngKey => new
ECDiffieHellmanCng
(cngKey, transferOwnership: true),
10 references to ECDiffieHellmanCng
System.Core (1)
System.Core.cs (1)
220
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ECDiffieHellmanCng
))]
System.Security.Cryptography (8)
System\Security\Cryptography\ECDiffieHellman.Create.Cng.cs (1)
20
var
ecdh = new ECDiffieHellmanCng();
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
14
private CngAlgorithmCore _core = new CngAlgorithmCore(typeof(
ECDiffieHellmanCng
)) { DefaultKeyType = CngAlgorithm.ECDiffieHellman };
System\Security\Cryptography\ECDiffieHellmanCng.Derive.cs (2)
30
using (
ECDiffieHellmanCng
otherPartyCng = new ECDiffieHellmanCng())
112
using (
ECDiffieHellmanCng
otherPartyCng = new ECDiffieHellmanCng())
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (4)
65
static
ECDiffieHellmanCng
? FromCngKey(CngKey cngKey)
172
ECDiffieHellmanCng
? ecdhCng = ecdh as
ECDiffieHellmanCng
;
187
using (
ECDiffieHellmanCng
clonedKey = new ECDiffieHellmanCng())
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
26
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ECDiffieHellmanCng
))]