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

X509Certificate::ToString(bool) const method

Gibt die Zertifikatsinformationen im Textformat zurück.

virtual String System::Security::Cryptography::X509Certificates::X509Certificate::ToString(bool verbose) const
ParameterTypBeschreibung
verbosebooltrue, um zusätzliche Zertifikatsinformationen anzuzeigen.

ReturnValue

Die Zertifikatsinformationen.

Siehe auch