CreateFromSignedFile()

X509Certificate::CreateFromSignedFile(const String&) method

Creates sertificate from the specified signed file.

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

Arguments

ParameterTypeDescription
filenameconst String&Certificate file name.

Return Value

The newly created certificate.

See Also