Compartir vía


Signature.ObjectList Propiedad

Definición

Obtiene o establece una lista de objetos que se van a firmar.

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

Valor de propiedad

Lista de objetos que se van a firmar.

Comentarios

La ObjectList propiedad utiliza una colección de DataObject objetos para representar la <Object> etiqueta de una firma digital XML.

También puede agregar un DataObject elemento a esta colección mediante el AddObject método .

Para obtener más información sobre las firmas digitales XML, consulte la especificación W3C.

Se aplica a

Consulte también