System::Security::Cryptography::X509Certificates::X509Certificate::ToString methode

X509Certificate::ToString() const method

Retourneert de certificaatinformatie in tekstformaat.

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

ReturnValue

De certificaatinformatie.

Zie ook

X509Certificate::ToString(bool) const method

Retourneert de certificaatinformatie in tekstformaat.

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

ReturnValue

De certificaatinformatie.

Zie ook