3 writes to _exml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (3)
60_exml = new EncryptedXml(_containingDocument!); // default processing rules 62_exml = signedXml.EncryptedXml; 66set { _exml = value; }
3 references to _exml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (3)
54if (_exml != null) 55return _exml; 64return _exml;