System::Security::Cryptography::X509Certificates::X509Certificate::Export méthode
Contenu
[
Cacher
]X509Certificate::Export(X509ContentType) const method
Exporte l’objet actuel vers un tableau d’octets en utilisant le format spécifié. NON IMPLEMENTÉ.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
| Paramètre | Type | Description |
|---|---|---|
| content_type | X509ContentType | Spécifie comment formater les données de sortie. |
ReturnValue
Un tableau d’octets qui représente l’objet actuel.
Voir aussi
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method
Exporte l’objet actuel vers un tableau d’octets en utilisant le format spécifié. NON IMPLEMENTÉ.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
| Paramètre | Type | Description |
|---|---|---|
| content_type | X509ContentType | Spécifie comment formater les données de sortie. |
| password | const SecureStringPtr& | Le mot de passe requis pour accéder aux données du certificat. |
ReturnValue
Un tableau d’octets qui représente l’objet actuel.
Voir aussi
- 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
Exporte l’objet actuel vers un tableau d’octets en utilisant le format spécifié. NON IMPLEMENTÉ.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
| Paramètre | Type | Description |
|---|---|---|
| content_type | X509ContentType | Spécifie comment formater les données de sortie. |
| password | const String& | Le mot de passe requis pour accéder aux données du certificat. |
ReturnValue
Un tableau d’octets qui représente l’objet actuel.
Voir aussi
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++