System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType methode
X509Certificate2::GetCertContentType(const ByteArrayPtr&) method
Haalt het type certificaat op dat zich bevindt in de opgegeven byte-array.
static X509ContentType System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType(const ByteArrayPtr &raw_data)
| Parameter | Type | Beschrijving |
|---|---|---|
| raw_data | const ByteArrayPtr& | Certificaatgegevens. |
ReturnValue
Type van X.509-certificaat.
Zie ook
- Enum X509ContentType
- Typedef ByteArrayPtr
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate2::GetCertContentType(const String&) method
Haalt het type certificaat op dat zich bevindt in het opgegeven bestand.
static X509ContentType System::Security::Cryptography::X509Certificates::X509Certificate2::GetCertContentType(const String &filename)
| Parameter | Type | Beschrijving |
|---|---|---|
| filename | const String& | Naam van het certificaatbestand. |
ReturnValue
Type van X.509-certificaat.
Zie ook
- Enum X509ContentType
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++