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
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | हैश एल्गोरिदम का नाम। |
ReturnValue
हेक्साडेसिमल स्ट्रिंग।
संबंधित देखें
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++