4 references to GetRawCertHash
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (4)
357
return
GetRawCertHash
().CloneByteArray();
379
return
GetRawCertHash
().ToHexStringUpper();
434
byte[] thumbPrint =
GetRawCertHash
();
570
sb.Append(
GetRawCertHash
().ToHexArrayUpper());