System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString method
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++