System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType metodu
X509Certificate2::GetCertContentType(const ByteArrayPtr&) method
Belirtilen bayt dizisinde bulunan sertifika türünü alır.
static X509ContentType System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType(const ByteArrayPtr &raw_data)
| Parametre | Tür | Açıklama |
|---|---|---|
| raw_data | const ByteArrayPtr& | Sertifika verisi. |
ReturnValue
X.509 sertifikasının türü.
Ayrıca Bakınız
- Enum X509ContentType
- Typedef ByteArrayPtr
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate2::GetCertContentType(const String&) method
Belirtilen dosyada bulunan sertifika türünü alır.
static X509ContentType System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType(const String &filename)
| Parametre | Tür | Açıklama |
|---|---|---|
| filename | const String& | Sertifika dosya adı. |
ReturnValue
X.509 sertifikasının türü.
Ayrıca Bakınız
- Enum X509ContentType
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++