System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString 方法
X509Certificate::GetCertHashString() const method
获取当前对象的 SHA1 哈希,以十六进制字符串形式。
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString() const
ReturnValue
十六进制字符串。
另见
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::GetCertHashString(const HashAlgorithmName&) const method
获取当前对象的 SHA1 哈希,以十六进制字符串形式。
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString(const HashAlgorithmName &hash_algorithm) const
| 参数 | 类型 | 描述 |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | 哈希算法名称。 |
ReturnValue
十六进制字符串。
另见
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++