System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString method

X509Certificate::GetCertHashString() const method

Ottiene l’hash SHA1 per l’oggetto corrente come stringa esadecimale.

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

ReturnValue

La stringa esadecimale.

Vedi anche

X509Certificate::GetCertHashString(const HashAlgorithmName&) const method

Ottiene l’hash SHA1 per l’oggetto corrente come stringa esadecimale.

virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString(const HashAlgorithmName &hash_algorithm) const
ParametroTipoDescrizione
hash_algorithmconst HashAlgorithmName&Nome dell’algoritmo di hash.

ReturnValue

La stringa esadecimale.

Vedi anche