4 references to GetRawCertHash
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (4)
430return GetRawCertHash().CloneByteArray(); 452return GetRawCertHash().ToHexStringUpper(); 507byte[] thumbPrint = GetRawCertHash(); 643sb.Append(GetRawCertHash().ToHexArrayUpper());