2 writes to _bCacheValid
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXml.cs (2)
234
_bCacheValid
= false;
803
_bCacheValid
= !isKeyedHashAlgorithm;
1 reference to _bCacheValid
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXml.cs (1)
783
if (isKeyedHashAlgorithm || !
_bCacheValid
|| !SignedInfo!.CacheValid)