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