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