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.Page 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.Page for C++