System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType method
X509Certificate2::GetCertContentType(const ByteArrayPtr&) method
निर्दिष्ट बाइट एरे में मौजूद प्रमाणपत्र के प्रकार को प्राप्त करता है।
static X509ContentType System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType(const ByteArrayPtr &raw_data)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| raw_data | const ByteArrayPtr& | प्रमाणपत्र डेटा। |
ReturnValue
X.509 प्रमाणपत्र का प्रकार।
संबंधित देखें
- Enum X509ContentType
- Typedef ByteArrayPtr
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate2::GetCertContentType(const String&) method
निर्दिष्ट फ़ाइल में मौजूद प्रमाणपत्र के प्रकार को प्राप्त करता है।
static X509ContentType System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType(const String &filename)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| filename | const String& | प्रमाणपत्र फ़ाइल नाम। |
ReturnValue
X.509 प्रमाणपत्र का प्रकार।
संबंधित देखें
- Enum X509ContentType
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++