KeyInfoEncryptedKey.LoadXml(XmlElement) 메서드

정의

입력 XmlElement 개체를 구문 분석하고 일치하는 개체의 KeyInfoEncryptedKey 내부 상태를 구성합니다.

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

매개 변수

value
XmlElement

XmlElement 개체의 상태를 지정하는 개체입니다KeyInfoEncryptedKey.

적용 대상