System::Security::Cryptography::X509Certificates::X509Certificate::Export method
محتويات
[
يخفي
]X509Certificate::Export(X509ContentType) const method
يصدّر الكائن الحالي إلى مصفوفة بايت باستخدام التنسيق المحدد. غير مُنفّذ.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
| معامل | نوع | الوصف |
|---|---|---|
| content_type | X509ContentType | يحدد كيفية تنسيق بيانات الإخراج. |
ReturnValue
مصفوفة من البايتات تمثل الكائن الحالي.
انظر أيضًا
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method
يصدّر الكائن الحالي إلى مصفوفة بايت باستخدام التنسيق المحدد. غير مُنفّذ.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
| معامل | نوع | الوصف |
|---|---|---|
| content_type | X509ContentType | يحدد كيفية تنسيق بيانات الإخراج. |
| password | const SecureStringPtr& | كلمة المرور المطلوبة للوصول إلى بيانات الشهادة. |
ReturnValue
مصفوفة من البايتات تمثل الكائن الحالي.
انظر أيضًا
- 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
يصدّر الكائن الحالي إلى مصفوفة بايت باستخدام التنسيق المحدد. غير مُنفّذ.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
| معامل | نوع | الوصف |
|---|---|---|
| content_type | X509ContentType | يحدد كيفية تنسيق بيانات الإخراج. |
| password | const String& | كلمة المرور المطلوبة للوصول إلى بيانات الشهادة. |
ReturnValue
مصفوفة من البايتات تمثل الكائن الحالي.
انظر أيضًا
- Typedef ByteArrayPtr
- Enum X509ContentType
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++