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
Parameter | Type | Description |
---|---|---|
filename | const String& | Certificate file name. |
Return Value
The newly created certificate.
See Also
- Typedef SharedPtr
- Class X509Certificate
- Class String
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Slides