1 instantiation of CngKeyCreationParameters
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
747
new
CngKeyCreationParameters
3 references to CngKeyCreationParameters
System.Core (1)
System.Core.cs (1)
206
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
CngKeyCreationParameters
))]
System.Security.Cryptography (1)
System\Security\Cryptography\Cng.NotSupported.cs (1)
144
public static CngKey Create(CngAlgorithm algorithm, string? keyName,
CngKeyCreationParameters
? creationParameters)
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
15
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
CngKeyCreationParameters
))]