3 writes to _exml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (3)
61_exml = new EncryptedXml(_containingDocument!); // default processing rules 63_exml = signedXml.EncryptedXml; 67set { _exml = value; }
3 references to _exml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (3)
55if (_exml != null) 56return _exml; 65return _exml;