3 references to FixedTimeEquals
System.IdentityModel (3)
System\IdentityModel\SignedXml.cs (3)
181if (!CryptoHelper.FixedTimeEquals(hash.Hash, GetSignatureValue())) 1102if (!CryptoHelper.FixedTimeEquals(computedDigest, GetDigestValue())) 1194bool result = CryptoHelper.FixedTimeEquals(computedDigest, GetDigestValue());