System::Security::Cryptography::X509Certificates::X509Certificate::ToString metodo
X509Certificate::ToString() const method
Restituisce le informazioni del certificato in formato testo.
String System::Security::Cryptography::X509Certificates::X509Certificate::ToString() const override
ReturnValue
Le informazioni del certificato.
Vedi anche
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::ToString(bool) const method
Restituisce le informazioni del certificato in formato testo.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::ToString(bool verbose) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| verboso | bool | true per visualizzare informazioni aggiuntive sul certificato. |
ReturnValue
Le informazioni del certificato.
Vedi anche
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++