4 references to GetRawCertHash
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (4)
340return GetRawCertHash().CloneByteArray(); 367return GetRawCertHash().ToHexStringUpper(); 420byte[] thumbPrint = GetRawCertHash(); 556sb.Append(GetRawCertHash().ToHexArrayUpper());