System::Security::Cryptography::X509Certificates::X509Certificate::Export method
Contenuti
[
Nascondere
]X509Certificate::Export(X509ContentType) const method
Esporta l’oggetto corrente in un array di byte usando il formato specificato. NON IMPLEMENTATO.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| content_type | X509ContentType | Specifica come formattare i dati di output. |
ReturnValue
Un array di byte che rappresenta l’oggetto corrente.
Vedi anche
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method
Esporta l’oggetto corrente in un array di byte usando il formato specificato. NON IMPLEMENTATO.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| content_type | X509ContentType | Specifica come formattare i dati di output. |
| password | const SecureStringPtr& | La password necessaria per accedere ai dati del certificato. |
ReturnValue
Un array di byte che rappresenta l’oggetto corrente.
Vedi anche
- 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
Esporta l’oggetto corrente in un array di byte usando il formato specificato. NON IMPLEMENTATO.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| content_type | X509ContentType | Specifica come formattare i dati di output. |
| password | const String& | La password necessaria per accedere ai dati del certificato. |
ReturnValue
Un array di byte che rappresenta l’oggetto corrente.
Vedi anche
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++