IDTSApplication100.CheckSignatureOnLoad Proprietà

Definizione

Ottiene o imposta un valore che indica se il runtime deve verificare la firma digitale del pacchetto durante il caricamento dello stesso.

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

Valore della proprietà

Boolean

true se il runtime controlla la firma digitale durante il caricamento di un pacchetto. in caso contrario, false.

Attributi

Si applica a