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