SignedInfo.GetXml 메서드

정의

SignedInfo 개체의 XML 표현을 반환합니다.

public:
 System::Xml::XmlElement ^ GetXml();
public System.Xml.XmlElement GetXml ();
member this.GetXml : unit -> System.Xml.XmlElement
Public Function GetXml () As XmlElement

반환

XmlElement

SignedInfo 인스턴스의 XML 표현입니다.

예외

SignatureMethod 속성은 null입니다.

또는 References 속성이 비어 있는 경우

적용 대상