3 writes to _elemProp
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
29
_elemProp
= elementProperty;
54
_elemProp
= value;
96
_elemProp
= value;
2 references to _elemProp
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptionProperty.cs (2)
46
get { return
_elemProp
; }
79
return (document.ImportNode(
_elemProp
!, true) as XmlElement)!;