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_typeX509ContentTypeيحدد كيفية تنسيق بيانات الإخراج.

ReturnValue

مصفوفة من البايتات تمثل الكائن الحالي.

انظر أيضًا

X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method

يصدّر الكائن الحالي إلى مصفوفة بايت باستخدام التنسيق المحدد. غير مُنفّذ.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
معاملنوعالوصف
content_typeX509ContentTypeيحدد كيفية تنسيق بيانات الإخراج.
passwordconst SecureStringPtr&كلمة المرور المطلوبة للوصول إلى بيانات الشهادة.

ReturnValue

مصفوفة من البايتات تمثل الكائن الحالي.

انظر أيضًا

X509Certificate::Export(X509ContentType, const String&) const method

يصدّر الكائن الحالي إلى مصفوفة بايت باستخدام التنسيق المحدد. غير مُنفّذ.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
معاملنوعالوصف
content_typeX509ContentTypeيحدد كيفية تنسيق بيانات الإخراج.
passwordconst String&كلمة المرور المطلوبة للوصول إلى بيانات الشهادة.

ReturnValue

مصفوفة من البايتات تمثل الكائن الحالي.

انظر أيضًا