8 references to ExceptUris
System.Security.Cryptography.Xml (8)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (8)
83ExceptUris.Add(uri); 90ExceptUris.Clear(); 107ExceptUris.Add(idref); 119if (ExceptUris.Count == 0) 125foreach (string uri in ExceptUris) 195if (ExceptUris.Count > 0) 197for (int index = 0; index < ExceptUris.Count; index++) 199if (IsTargetElement(encryptedDataElement, (string)ExceptUris[index]!))