Signature.ObjectList 속성

정의

서명할 개체 목록을 가져오거나 설정합니다.

public:
 property System::Collections::IList ^ ObjectList { System::Collections::IList ^ get(); void set(System::Collections::IList ^ value); };
public System.Collections.IList ObjectList { get; set; }
member this.ObjectList : System.Collections.IList with get, set
Public Property ObjectList As IList

속성 값

IList

서명할 개체 목록입니다.

설명

이 속성은 ObjectList 개체 컬렉션을 DataObject 사용하여 XML 디지털 서명의 태그를 나타냅니다 <Object> .

메서드를 DataObject 사용하여 AddObject 이 컬렉션에 추가할 수도 있습니다.

XML 디지털 서명에 대한 자세한 내용은 W3C 사양을 참조하세요.

적용 대상

추가 정보