Signature.ObjectList Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.