System::Security::Cryptography::X509Certificates::X509Certificate2::ToString method

X509Certificate2::ToString() const method

Returns the certificate information in text format.

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

ReturnValue

The certificate information.

See Also

X509Certificate2::ToString(bool) const method

Returns the certificate information in text format.

String System::Security::Cryptography::X509Certificates::X509Certificate2::ToString(bool verbose) const override
ParameterTypeDescription
verbosebooltrue to display additional certificate information.

ReturnValue

The certificate information.

See Also