System::Security::Cryptography::X509Certificates::X509Certificate::ToString méthode
X509Certificate::ToString() const method
Renvoie les informations du certificat au format texte.
String System::Security::Cryptography::X509Certificates::X509Certificate::ToString() const override
ReturnValue
Les informations du certificat.
Voir aussi
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::ToString(bool) const method
Renvoie les informations du certificat au format texte.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::ToString(bool verbose) const
| Paramètre | Type | Description |
|---|---|---|
| verbeux | bool | true pour afficher des informations supplémentaires sur le certificat. |
ReturnValue
Les informations du certificat.
Voir aussi
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++