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