3 references to GetCertHash
System.Net.Security (2)
System\Net\Security\SslStream.Protocol.cs (2)
600byte[]? guessedThumbPrint = selectedCert?.GetCertHash(HashAlgorithmName.SHA512); 746byte[] guessedThumbPrint = selectedCert.GetCertHash(HashAlgorithmName.SHA512);
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
535thumbprint = signerCert.GetCertHash(alg);