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