Signature.ObjectList 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要签名的对象列表。
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 规范。