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

属性值

要签名的对象列表。

注解

属性 ObjectList 使用 对象的集合 DataObject 来表示 <Object> XML 数字签名的 标记。

还可以使用 AddObject 方法将 添加到DataObject此集合。

有关 XML 数字签名的详细信息,请参阅 W3C 规范

适用于

另请参阅