System::Security::Cryptography::X509Certificates::X509Certificate::ToString Methode
X509Certificate::ToString() const method
Gibt die Zertifikatsinformationen im Textformat zurück.
String System::Security::Cryptography::X509Certificates::X509Certificate::ToString() const override
ReturnValue
Die Zertifikatsinformationen.
Siehe auch
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::ToString(bool) const method
Gibt die Zertifikatsinformationen im Textformat zurück.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::ToString(bool verbose) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| verbose | bool | true, um zusätzliche Zertifikatsinformationen anzuzeigen. |
ReturnValue
Die Zertifikatsinformationen.
Siehe auch
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++