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

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ètreTypeDescription
verbeuxbooltrue pour afficher des informations supplémentaires sur le certificat.

ReturnValue

Les informations du certificat.

Voir aussi