SignedXml.EncryptedXml 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置定义 XML 加密处理规则的 EncryptedXml 对象。
public:
 property System::Security::Cryptography::Xml::EncryptedXml ^ EncryptedXml { System::Security::Cryptography::Xml::EncryptedXml ^ get(); void set(System::Security::Cryptography::Xml::EncryptedXml ^ value); };
	public System.Security.Cryptography.Xml.EncryptedXml EncryptedXml { get; set; }
	[System.Runtime.InteropServices.ComVisible(false)]
public System.Security.Cryptography.Xml.EncryptedXml EncryptedXml { get; set; }
	member this.EncryptedXml : System.Security.Cryptography.Xml.EncryptedXml with get, set
	[<System.Runtime.InteropServices.ComVisible(false)>]
member this.EncryptedXml : System.Security.Cryptography.Xml.EncryptedXml with get, set
	Public Property EncryptedXml As EncryptedXml
	属性值
定义 XML 加密处理规则的 EncryptedXml 对象。
- 属性