4 references to Create
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
747cngKey = CngKey.Create(
System\Security\Cryptography\CngAlgorithmCore.cs (2)
73_lazyKey = CngKey.Create(algorithm, null, creationParameters); 117_lazyKey = CngKey.Create(DefaultKeyType ?? CngAlgorithm.ECDsa, null, creationParameters);
System\Security\Cryptography\CngKey.Create.cs (1)
31return Create(algorithm, keyName, creationParameters: null);