System::Security::Cryptography::X509Certificates::X509Certificate::Export Methode
Inhalt
[
Ausblenden
]X509Certificate::Export(X509ContentType) const method
Exportiert das aktuelle Objekt in ein Byte-Array unter Verwendung des angegebenen Formats. NICHT IMPLEMENTIERT.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| content_type | X509ContentType | Gibt an, wie die Ausgabedaten formatiert werden sollen. |
ReturnValue
Ein Byte-Array, das das aktuelle Objekt darstellt.
Siehe auch
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method
Exportiert das aktuelle Objekt in ein Byte-Array unter Verwendung des angegebenen Formats. NICHT IMPLEMENTIERT.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| content_type | X509ContentType | Gibt an, wie die Ausgabedaten formatiert werden sollen. |
| password | const SecureStringPtr& | Das Passwort, das zum Zugriff auf Zertifikatsdaten erforderlich ist. |
ReturnValue
Ein Byte-Array, das das aktuelle Objekt darstellt.
Siehe auch
- 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
Exportiert das aktuelle Objekt in ein Byte-Array unter Verwendung des angegebenen Formats. NICHT IMPLEMENTIERT.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| content_type | X509ContentType | Gibt an, wie die Ausgabedaten formatiert werden sollen. |
| password | const String& | Das Passwort, das zum Zugriff auf Zertifikatsdaten erforderlich ist. |
ReturnValue
Ein Byte-Array, das das aktuelle Objekt darstellt.
Siehe auch
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++