System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash metode
X509Certificate::GetCertHash() const method
Mendapatkan hash untuk objek saat ini sebagai array byte.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash() const
ReturnValue
Nilai hash.
Lihat Juga
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::GetCertHash(const HashAlgorithmName&) const method
Mendapatkan hash untuk objek saat ini sebagai array byte.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash(const HashAlgorithmName &hash_algorithm) const
| Parameter | Tipe | Deskripsi |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | Nama algoritma hash. |
ReturnValue
Nilai hash.
Lihat Juga
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++