System::Security::Cryptography::X509Certificates::X509Certificate::Export metod
Innehåll
[
Dölj
]X509Certificate::Export(X509ContentType) const method
Exporterar det aktuella objektet till en bytearray med det angivna formatet. INTE IMPLEMENTERAT.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
| Parameter | Type | Beskrivning |
|---|---|---|
| content_type | X509ContentType | Anger hur utdata ska formateras. |
ReturnValue
En bytearray som representerar det aktuella objektet.
Se även
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method
Exporterar det aktuella objektet till en bytearray med det angivna formatet. INTE IMPLEMENTERAT.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
| Parameter | Type | Beskrivning |
|---|---|---|
| content_type | X509ContentType | Anger hur utdata ska formateras. |
| password | const SecureStringPtr& | Lösenordet som krävs för att komma åt certifikatdata. |
ReturnValue
En bytearray som representerar det aktuella objektet.
Se även
- 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
Exporterar det aktuella objektet till en bytearray med det angivna formatet. INTE IMPLEMENTERAT.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
| Parameter | Type | Beskrivning |
|---|---|---|
| content_type | X509ContentType | Anger hur utdata ska formateras. |
| password | const String& | Lösenordet som krävs för att komma åt certifikatdata. |
ReturnValue
En bytearray som representerar det aktuella objektet.
Se även
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++