System::Security::Cryptography::X509Certificates::X509Certificate::Export मेथड
अंतर्वस्तु
[
छिपाना
]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.Page 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.Page 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.Page for C++