System.Security.Cryptography.Xml.EncryptedKey.LoadXml Method

Loads the specified XML information into the <EncryptedKey> element in XML encryption.

Syntax

public override void LoadXml (System.Xml.XmlElement value)

Parameters

value
An System.Xml.XmlElement representing an XML element to use for the <EncryptedKey> element.

Remarks

Use this method to load an existing XML element into the <EncryptedKey> element represented by the System.Security.Cryptography.Xml.EncryptedData object.

Requirements

Namespace: System.Security.Cryptography.Xml
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0