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