6 references to GetOrGenerateKey
System.Security.Cryptography (6)
System\Security\Cryptography\ECDiffieHellmanCng.Key.cs (3)
65
CngKey key = _core.
GetOrGenerateKey
(curve);
89
CngKey key = _core.
GetOrGenerateKey
(curve);
105
key = _core.
GetOrGenerateKey
(null);
System\Security\Cryptography\ECDsaCng.Key.cs (3)
54
CngKey key = _core.
GetOrGenerateKey
(curve);
78
CngKey key = _core.
GetOrGenerateKey
(curve);
94
key = _core.
GetOrGenerateKey
(null);