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