System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash 方法
X509Certificate::GetCertHash() const method
以字节数组形式获取当前对象的哈希值。
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash() const
ReturnValue
哈希值。
另见
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::GetCertHash(const HashAlgorithmName&) const method
以字节数组形式获取当前对象的哈希值。
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash(const HashAlgorithmName &hash_algorithm) const
| 参数 | 类型 | 描述 |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | 哈希算法名称。 |
ReturnValue
哈希值。
另见
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++