4 references to Create
System.Core (4)
System\Security\Cryptography\CngKey.cs (1)
405
return
Create
(algorithm, keyName, null);
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
248
m_key = CngKey.
Create
(algorithm, null, creationParameters);
System\Security\Cryptography\ECDsaCng.cs (1)
161
m_key = CngKey.
Create
(algorithm, null, creationParameters);
System\Security\Cryptography\RsaCng.cs (1)
103
_key = CngKey.
Create
(CngAlgorithm.Rsa, null, creationParameters);