System::Security::Cryptography::X509Certificates::X509Certificate::Export método
Contenido
[
Ocultar
]X509Certificate::Export(X509ContentType) const method
Exporta el objeto actual a una matriz de bytes usando el formato especificado. NOT IMPLEMENTED.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| content_type | X509ContentType | Especifica cómo formatear los datos de salida. |
ReturnValue
Una matriz de bytes que representa el objeto actual.
Ver también
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method
Exporta el objeto actual a una matriz de bytes usando el formato especificado. NOT IMPLEMENTED.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| content_type | X509ContentType | Especifica cómo formatear los datos de salida. |
| password | const SecureStringPtr& | La contraseña requerida para acceder a los datos del certificado. |
ReturnValue
Una matriz de bytes que representa el objeto actual.
Ver también
- 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
Exporta el objeto actual a una matriz de bytes usando el formato especificado. NOT IMPLEMENTED.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| content_type | X509ContentType | Especifica cómo formatear los datos de salida. |
| password | const String& | La contraseña requerida para acceder a los datos del certificado. |
ReturnValue
Una matriz de bytes que representa el objeto actual.
Ver también
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++