ToString()

X509Certificate::ToString(bool) const method

Returns the certificate information in text format.

virtual String System::Security::Cryptography::X509Certificates::X509Certificate::ToString(bool verbose) const

Arguments

ParameterTypeDescription
verbosebooltrue to display additional certificate information.

Return Value

The certificate information.

X509Certificate::ToString() const method

Returns the certificate information in text format.

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

Return Value

The certificate information.

See Also