System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash metodo

X509Certificate::GetCertHash() const method

Ottiene l’hash dell’oggetto corrente come array di byte.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash() const

ReturnValue

Il valore hash.

Vedi anche

X509Certificate::GetCertHash(const HashAlgorithmName&) const method

Ottiene l’hash dell’oggetto corrente come array di byte.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash(const HashAlgorithmName &hash_algorithm) const
ParametroTipoDescrizione
hash_algorithmconst HashAlgorithmName\&Nome dell’algoritmo hash.

ReturnValue

Il valore hash.

Vedi anche