System::Security::Cryptography::X509Certificates::X509Certificate2::ToString method
X509Certificate2::ToString() const method
Mengembalikan informasi sertifikat dalam format teks.
String System::Security::Cryptography::X509Certificates::X509Certificate2::ToString() const override
ReturnValue
Informasi sertifikat.
Lihat Juga
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate2::ToString(bool) const method
Mengembalikan informasi sertifikat dalam format teks.
String System::Security::Cryptography::X509Certificates::X509Certificate2::ToString(bool verbose) const override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| verbose | bool | true untuk menampilkan informasi sertifikat tambahan. |
ReturnValue
Informasi sertifikat.
Lihat Juga
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++