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