System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash 方法

X509Certificate::GetCertHash() const method

以字节数组形式获取当前对象的哈希值。

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

ReturnValue

哈希值。

另见

X509Certificate::GetCertHash(const HashAlgorithmName&) const method

以字节数组形式获取当前对象的哈希值。

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash(const HashAlgorithmName &hash_algorithm) const
参数类型描述
hash_algorithmconst HashAlgorithmName&哈希算法名称。

ReturnValue

哈希值。

另见