6 references to GetOrGenerateKey
System.Security.Cryptography (6)
System\Security\Cryptography\DSACng.Key.cs (1)
24CngKey key = _core.GetOrGenerateKey(KeySize, _dsnCng);
System\Security\Cryptography\ECDiffieHellmanCng.Key.cs (2)
83_core.GetOrGenerateKey(keySize, alg); 128key = _core.GetOrGenerateKey(keySize, algorithm);
System\Security\Cryptography\ECDsaCng.Key.cs (2)
72_core.GetOrGenerateKey(keySize, alg); 111key = _core.GetOrGenerateKey(keySize, algorithm);
System\Security\Cryptography\RSACng.Key.cs (1)
24CngKey key = _core.GetOrGenerateKey(KeySize, CngAlgorithm.Rsa);