CreateFromCertFile()

X509Certificate::CreateFromCertFile(const String&) method

Creates sertificate from the specified PKCS7 file.

static SharedPtr<X509Certificate> System::Security::Cryptography::X509Certificates::X509Certificate::CreateFromCertFile(const String &filename)

Arguments

ParameterTypeDescription
filenameconst String&Certificate file name.

Return Value

The newly created certificate.

See Also