System::Security::Cryptography::X509Certificates::X509Certificate::Export method
inhoud
[
verbergen
]X509Certificate::Export(X509ContentType) const method
Exporteert het huidige object naar een byte‑array met het opgegeven formaat. NIET GEREALISEERD.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
| Parameter | Type | Beschrijving |
|---|---|---|
| content_type | X509ContentType | Specificeert hoe de uitvoergegevens op te maken. |
ReturnValue
Een array van bytes die het huidige object vertegenwoordigt.
Zie ook
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method
Exporteert het huidige object naar een byte‑array met het opgegeven formaat. NIET GEREALISEERD.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
| Parameter | Type | Beschrijving |
|---|---|---|
| content_type | X509ContentType | Specificeert hoe de uitvoergegevens op te maken. |
| password | const SecureStringPtr& | Het wachtwoord dat vereist is om toegang te krijgen tot certificaatgegevens. |
ReturnValue
Een array van bytes die het huidige object vertegenwoordigt.
Zie ook
- 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
Exporteert het huidige object naar een byte‑array met het opgegeven formaat. NIET GEREALISEERD.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
| Parameter | Type | Beschrijving |
|---|---|---|
| content_type | X509ContentType | Specificeert hoe de uitvoergegevens op te maken. |
| password | const String& | Het wachtwoord dat vereist is om toegang te krijgen tot certificaatgegevens. |
ReturnValue
Een array van bytes die het huidige object vertegenwoordigt.
Zie ook
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++