System::Security::Cryptography::X509Certificates::X509Certificate::CreateFromCertFile method
X509Certificate::CreateFromCertFile method
Creates sertificate from the specified PKCS7 file.
static SharedPtr<X509Certificate> System::Security::Cryptography::X509Certificates::X509Certificate::CreateFromCertFile(const String &filename)
Parameter | Type | Description |
---|---|---|
filename | const String& | Certificate file name. |
ReturnValue
The newly created certificate.
See Also
- Typedef SharedPtr
- Class X509Certificate
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PUB for C++