System::Security::Cryptography::X509Certificates::X509Certificate::Export 方法
内容
[
隐藏
]X509Certificate::Export(X509ContentType) const method
使用指定的格式将当前对象导出为字节数组。未实现。
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
| Parameter | Type | 描述 |
|---|---|---|
| content_type | X509ContentType | 指定如何格式化输出数据。 |
ReturnValue
表示当前对象的字节数组。
另见
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method
使用指定的格式将当前对象导出为字节数组。未实现。
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
| Parameter | Type | 描述 |
|---|---|---|
| content_type | X509ContentType | 指定如何格式化输出数据。 |
| password | const SecureStringPtr& | 访问证书数据所需的密码。 |
ReturnValue
表示当前对象的字节数组。
另见
- Typedef ByteArrayPtr
- Enum X509ContentType
- Typedef SecureStringPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::Export(X509ContentType, const String&) const method
使用指定的格式将当前对象导出为字节数组。未实现。
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
| Parameter | Type | 描述 |
|---|---|---|
| content_type | X509ContentType | 指定如何格式化输出数据。 |
| password | const String& | 访问证书数据所需的密码。 |
ReturnValue
表示当前对象的字节数组。
另见
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++