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)
ParameterTypeBeschrijving
raw_dataconst ByteArrayPtr&Certificaatgegevens.

ReturnValue

Type van X.509-certificaat.

Zie ook

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)
ParameterTypeBeschrijving
filenameconst String&Naam van het certificaatbestand.

ReturnValue

Type van X.509-certificaat.

Zie ook