4 references to Create
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
747
cngKey = 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)
31
return
Create
(algorithm, keyName, creationParameters: null);