Compartir a través de


IDTSPackage100.CheckSignatureOnLoad Propiedad

Definición

Obtiene o establece un valor que indica si se comprueba la firma digital cuando se carga un paquete desde XML.

public:
 property bool CheckSignatureOnLoad { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(60)]
public bool CheckSignatureOnLoad { [System.Runtime.InteropServices.DispId(60)] get; [System.Runtime.InteropServices.DispId(60)] set; }
[<System.Runtime.InteropServices.DispId(60)>]
[<get: System.Runtime.InteropServices.DispId(60)>]
[<set: System.Runtime.InteropServices.DispId(60)>]
member this.CheckSignatureOnLoad : bool with get, set
Public Property CheckSignatureOnLoad As Boolean

Valor de propiedad

true si la firma digital se comprueba cuando se carga el paquete; de lo contrario, false.

Atributos

Comentarios

Las interfaces Package y PackageNeutral implementan esta interfaz.

Se aplica a