EncryptionProperty.LoadXml(XmlElement) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.