System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString metode
X509Certificate::GetCertHashString() const method
Mengembalikan hash SHA1 untuk objek saat ini sebagai string heksadesimal.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString() const
ReturnValue
String heksadesimal.
Lihat Juga
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::GetCertHashString(const HashAlgorithmName&) const method
Mengembalikan hash SHA1 untuk objek saat ini sebagai string heksadesimal.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString(const HashAlgorithmName &hash_algorithm) const
| Parameter | Tipe | Deskripsi |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | Nama algoritma hash. |
ReturnValue
String heksadesimal.
Lihat Juga
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++