System::Security::Cryptography::X509Certificates::X509Certificate2::ToString methode

X509Certificate2::ToString() const method

Retourneert de certificaatinformatie in tekstformaat.

String System::Security::Cryptography::X509Certificates::X509Certificate2::ToString() const override

ReturnValue

De certificaatinformatie.

Zie ook

X509Certificate2::ToString(bool) const method

Retourneert de certificaatinformatie in tekstformaat.

String System::Security::Cryptography::X509Certificates::X509Certificate2::ToString(bool verbose) const override
ParameterTypeBeschrijving
verbosebooltrue om extra certificaatinformatie weer te geven.

ReturnValue

De certificaatinformatie.

Zie ook