CertUtils.NewX509Certificate2 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Security.Cryptography.X509Certificates.X509Certificate2 NewX509Certificate2 (byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags, bool shouldValidatePfx);
static member NewX509Certificate2 : byte[] * string * System.Security.Cryptography.X509Certificates.X509KeyStorageFlags * bool -> System.Security.Cryptography.X509Certificates.X509Certificate2
Public Shared Function NewX509Certificate2 (rawData As Byte(), password As String, keyStorageFlags As X509KeyStorageFlags, shouldValidatePfx As Boolean) As X509Certificate2
Parameters
- rawData
- Byte[]
- password
- String
- keyStorageFlags
- X509KeyStorageFlags
- shouldValidatePfx
- Boolean