System::Security::Cryptography::X509Certificates::X509Certificate::Export method
Contents
[
Hide
]X509Certificate::Export(X509ContentType) const method
Exports the current object to a byte array using the specified format. NOT IMPLEMENTED.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
Parameter | Type | Description |
---|---|---|
content_type | X509ContentType | Specifies how to format the output data. |
ReturnValue
An array of bytes that represents the current object.
See Also
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PUB for C++
X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method
Exports the current object to a byte array using the specified format. NOT IMPLEMENTED.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
Parameter | Type | Description |
---|---|---|
content_type | X509ContentType | Specifies how to format the output data. |
password | const SecureStringPtr& | The password required to access certificate data. |
ReturnValue
An array of bytes that represents the current object.
See Also
- Typedef ByteArrayPtr
- Enum X509ContentType
- Typedef SecureStringPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PUB for C++
X509Certificate::Export(X509ContentType, const String&) const method
Exports the current object to a byte array using the specified format. NOT IMPLEMENTED.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
Parameter | Type | Description |
---|---|---|
content_type | X509ContentType | Specifies how to format the output data. |
password | const String& | The password required to access certificate data. |
ReturnValue
An array of bytes that represents the current object.
See Also
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PUB for C++