System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType method
X509Certificate2::GetCertContentType(const ByteArrayPtr&) method
Ermittelt den Typ des im angegebenen Byte-Array enthaltenen Zertifikats.
static X509ContentType System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType(const ByteArrayPtr &raw_data)
| Parameter | Typ | Beschreibung |
|---|---|---|
| raw_data | const ByteArrayPtr\& | Zertifikatsdaten. |
ReturnValue
Typ des X.509-Zertifikats.
Siehe auch
- Enum X509ContentType
- Typedef ByteArrayPtr
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate2::GetCertContentType(const String&) method
Ermittelt den Typ des in der angegebenen Datei enthaltenen Zertifikats.
static X509ContentType System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType(const String &filename)
| Parameter | Typ | Beschreibung |
|---|---|---|
| filename | const String& | Zertifikatsdateiname. |
ReturnValue
Typ des X.509-Zertifikats.
Siehe auch
- Enum X509ContentType
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++