IDTSPackage100.CheckSignatureOnLoad Proprietà

Definizione

Ottiene o imposta un valore che indica se viene effettuata la verifica della firma digitale quando un pacchetto viene caricato da 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

Valore della proprietà

Boolean

true se la firma digitale viene verificata al caricamento del pacchetto. in caso contrario, false.

Attributi

Commenti

Questa interfaccia viene implementata dalle interfacce Package e PackageNeutral.

Si applica a