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

X509Certificate::GetCertHashString() const method

获取当前对象的 SHA1 哈希,以十六进制字符串形式。

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

ReturnValue

十六进制字符串。

另见

X509Certificate::GetCertHashString(const HashAlgorithmName&) const method

获取当前对象的 SHA1 哈希,以十六进制字符串形式。

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

ReturnValue

十六进制字符串。

另见