System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType method
X509Certificate2::GetCertContentType(const ByteArrayPtr&) method
Λαμβάνει τον τύπο του πιστοποιητικού που περιέχεται στον καθορισμένο πίνακα byte.
static X509ContentType System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType(const ByteArrayPtr &raw_data)
| Parameter | Type | Περιγραφή |
|---|---|---|
| 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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| filename | const String& | Όνομα αρχείου πιστοποιητικού. |
ReturnValue
Τύπος πιστοποιητικού X.509.
Δείτε επίσης
- Enum X509ContentType
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++