System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash 메서드
X509Certificate::GetCertHash() const method
현재 객체의 해시를 바이트 배열로 가져옵니다.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash() const
ReturnValue
해시 값.
또 보기
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate::GetCertHash(const HashAlgorithmName&) const method
현재 객체의 해시를 바이트 배열로 가져옵니다.
virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHash(const HashAlgorithmName &hash_algorithm) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| hash_algorithm | const HashAlgorithmName& | 해시 알고리즘 이름. |
ReturnValue
해시 값.
또 보기
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++