3 writes to m_exml
System.Security (3)
system\security\cryptography\xml\transform.cs (3)
1145
m_exml
= new EncryptedXml(m_containingDocument); // default processing rules
1147
m_exml
= signedXml.EncryptedXml;
1151
set {
m_exml
= value; }
3 references to m_exml
System.Security (3)
system\security\cryptography\xml\transform.cs (3)
1139
if (
m_exml
!= null)
1140
return
m_exml
;
1149
return
m_exml
;