Compartir a través de


Package.CheckSignature Método

Checks the status of the digital signature of the package.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Function CheckSignature As DTSSignatureStatus
'Uso
Dim instance As Package 
Dim returnValue As DTSSignatureStatus 

returnValue = instance.CheckSignature()
public DTSSignatureStatus CheckSignature()
public:
DTSSignatureStatus CheckSignature()
member CheckSignature : unit -> DTSSignatureStatus
public function CheckSignature() : DTSSignatureStatus

Valor devuelto

Tipo: Microsoft.SqlServer.Dts.Runtime.DTSSignatureStatus
One of the enumeration values that indicates the status of the digital signature.

Comentarios

For more information, see Identificar el origen de paquetes con firmas digitales.

Nota importanteImportante

When configured to check the signature of a package, Integration Services only checks whether the digital signature is present, is valid, and is from a trusted source. Integration Services does not check whether the package has been changed.

Vea también

Referencia

Package Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime