共用方式為


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

適用於

另請參閱