System::Security::Cryptography::X509Certificates::X509Certificate::ToString 方法
X509Certificate::ToString() const method
以文本格式返回证书信息。
String System::Security::Cryptography::X509Certificates::X509Certificate::ToString() const override
ReturnValue
证书信息。
另见
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::ToString(bool) const method
以文本格式返回证书信息。
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::ToString(bool verbose) const
| 参数 | 类型 | 描述 |
|---|---|---|
| 详细 | bool | true 表示显示额外的证书信息。 |
ReturnValue
证书信息。
另见
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++