Bagikan melalui


EncryptionProperty.LoadXml(XmlElement) Metode

Definisi

Mengurai input XmlElement dan mengonfigurasi status EncryptionProperty internal objek agar cocok.

public:
 void LoadXml(System::Xml::XmlElement ^ value);
public void LoadXml (System.Xml.XmlElement value);
member this.LoadXml : System.Xml.XmlElement -> unit
Public Sub LoadXml (value As XmlElement)

Parameter

value
XmlElement

Objek XmlElement yang akan diurai.

Pengecualian

Parameternya value adalah null.

Properti LocalNamevalue parameter bukan "EncryptionProperty".

-atau-

Properti NamespaceURIvalue parameter bukan "http://www.w3.org/2001/04/xmlenc#".

Keterangan

Metode mengonfigurasi LoadXmlEncryptionProperty objek agar sesuai dengan status XmlElement objek.

Berlaku untuk