System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString metod

X509Certificate::GetCertHashString() const method

Hämtar SHA1 hash för det aktuella objektet som en hexadecimal sträng.

virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString() const

ReturnValue

Den hexadecimala strängen.

Se även

X509Certificate::GetCertHashString(const HashAlgorithmName&) const method

Hämtar SHA1 hash för det aktuella objektet som en hexadecimal sträng.

virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString(const HashAlgorithmName &hash_algorithm) const
ParameterTypeBeskrivning
hash_algorithmconst HashAlgorithmName&Hashalgoritmens namn.

ReturnValue

Den hexadecimala strängen.

Se även