3 writes to _elemProp
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
26
_elemProp
= elementProperty;
51
_elemProp
= value;
90
_elemProp
= value;
2 references to _elemProp
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptionProperty.cs (2)
43
get { return
_elemProp
; }
76
return (document.ImportNode(
_elemProp
!, true) as XmlElement)!;