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 規格。