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;
67
set {
_exml
= value; }
3 references to _exml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (3)
55
if (
_exml
!= null)
56
return
_exml
;
65
return
_exml
;