2 references to CryptographicEquals
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXml.cs (2)
944
if (!
CryptographicEquals
(calculatedHash, digestedReference.DigestValue))
1065
return
CryptographicEquals
(m_signature.SignatureValue, hashValue);