System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString طريقة
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.Page for C++
X509Certificate::GetCertHashString(const HashAlgorithmName&) const method
يحصل على تجزئة SHA1 للكائن الحالي كسلسلة سداسية عشرية.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString(const HashAlgorithmName &hash_algorithm) const
| Parameter | Type | الوصف |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | اسم خوارزمية التجزئة. |
ReturnValue
السلسلة السداسية عشرية.
انظر أيضًا
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++