System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString 메서드
X509Certificate::GetCertHashString() const method
현재 객체에 대한 SHA1 해시를 16진수 문자열로 반환합니다.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString() const
ReturnValue
16진수 문자열입니다.
또 보기
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::GetCertHashString(const HashAlgorithmName&) const method
현재 객체에 대한 SHA1 해시를 16진수 문자열로 반환합니다.
virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString(const HashAlgorithmName &hash_algorithm) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | 해시 알고리즘 이름. |
ReturnValue
16진수 문자열입니다.
또 보기
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++