System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString 메서드

X509Certificate::GetCertHashString() const method

현재 객체에 대한 SHA1 해시를 16진수 문자열로 반환합니다.

virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString() const

ReturnValue

16진수 문자열입니다.

또 보기

X509Certificate::GetCertHashString(const HashAlgorithmName&) const method

현재 객체에 대한 SHA1 해시를 16진수 문자열로 반환합니다.

virtual String System::Security::Cryptography::X509Certificates::X509Certificate::GetCertHashString(const HashAlgorithmName &hash_algorithm) const
매개변수형식설명
hash_algorithmconst HashAlgorithmName&해시 알고리즘 이름.

ReturnValue

16진수 문자열입니다.

또 보기