1 write to KeyCreationOptions
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
753KeyCreationOptions = CngKeyCreationOptions.MachineKey,
1 reference to KeyCreationOptions
System.Security.Cryptography (1)
System\Security\Cryptography\CngKey.Create.cs (1)
45ErrorCode errorCode = Interop.NCrypt.NCryptCreatePersistedKey(providerHandle, out keyHandle, algorithm.Algorithm, keyName, 0, creationParameters.KeyCreationOptions);