System::Security::Cryptography::X509Certificates::X509Certificate::Export metodu
İçindekiler
[
Saklamak
]X509Certificate::Export(X509ContentType) const method
Mevcut nesneyi belirtilen formatı kullanarak bir bayt dizisine dışa aktarır. UYGULANMADI.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
| Parameter | Type | Açıklama |
|---|---|---|
| content_type | X509ContentType | Çıktı verisinin nasıl biçimlendirileceğini belirtir. |
ReturnValue
Geçerli nesneyi temsil eden bir bayt dizisi.
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method
Mevcut nesneyi belirtilen formatı kullanarak bir bayt dizisine dışa aktarır. UYGULANMADI.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
| Parameter | Type | Açıklama |
|---|---|---|
| content_type | X509ContentType | Çıktı verisinin nasıl biçimlendirileceğini belirtir. |
| password | const SecureStringPtr& | Sertifika verilerine erişmek için gereken şifre. |
ReturnValue
Geçerli nesneyi temsil eden bir bayt dizisi.
Ayrıca Bakınız
- 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
Mevcut nesneyi belirtilen formatı kullanarak bir bayt dizisine dışa aktarır. UYGULANMADI.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
| Parameter | Type | Açıklama |
|---|---|---|
| content_type | X509ContentType | Çıktı verisinin nasıl biçimlendirileceğini belirtir. |
| password | const String& | Sertifika verilerine erişmek için gereken şifre. |
ReturnValue
Geçerli nesneyi temsil eden bir bayt dizisi.
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++