System::Security::Cryptography::X509Certificates::X509Certificate::ToString method
X509Certificate::ToString(bool) const method
Returns the certificate information in text format.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::ToString(bool verbose) const
Parameter | Type | Description |
---|---|---|
verbose | bool | true to display additional certificate information. |
ReturnValue
The certificate information.
See Also
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PUB for C++
X509Certificate::ToString() const method
Returns the certificate information in text format.
String System::Security::Cryptography::X509Certificates::X509Certificate::ToString() const override
ReturnValue
The certificate information.
See Also
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PUB for C++