System::Security::Cryptography::X509Certificates::X509Certificate2::ToString metodu

X509Certificate2::ToString() const method

Sertifika bilgisini metin biçiminde döndürür.

String System::Security::Cryptography::X509Certificates::X509Certificate2::ToString() const override

ReturnValue

Sertifika bilgileri.

Ayrıca Bakınız

X509Certificate2::ToString(bool) const method

Sertifika bilgisini metin biçiminde döndürür.

String System::Security::Cryptography::X509Certificates::X509Certificate2::ToString(bool verbose) const override
ParametreTürAçıklama
verboseboolEk sertifika bilgilerini göstermek için true.

ReturnValue

Sertifika bilgileri.

Ayrıca Bakınız