System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString method
X509Certificate::GetCertHashString() const method
Ottiene l’hash SHA1 per l’oggetto corrente come stringa esadecimale.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString() const
ReturnValue
La stringa esadecimale.
Vedi anche
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::GetCertHashString(const HashAlgorithmName&) const method
Ottiene l’hash SHA1 per l’oggetto corrente come stringa esadecimale.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString(const HashAlgorithmName &hash_algorithm) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | Nome dell’algoritmo di hash. |
ReturnValue
La stringa esadecimale.
Vedi anche
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++