System::Security::Cryptography::X509Certificates::X509Certificate::ToString metodu

X509Certificate::ToString() const method

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

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

ReturnValue

Sertifika bilgileri.

Ayrıca Bakınız

X509Certificate::ToString(bool) const method

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

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

ReturnValue

Sertifika bilgileri.

Ayrıca Bakınız