Partager via


VerifyDocument méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see ManagedHelper.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function VerifyDocument ( _
    bstrDocument As String, _
    <OutAttribute> ByRef ppsaRawCertData As Byte(), _
    <OutAttribute> ByRef ppsaSignerPublicKeyBlob As Byte() _
) As Boolean
'Utilisation
Dim instance As IDTSManagedHelper100
Dim bstrDocument As String
Dim ppsaRawCertData As Byte()
Dim ppsaSignerPublicKeyBlob As Byte()
Dim returnValue As Boolean

returnValue = instance.VerifyDocument(bstrDocument, _
    ppsaRawCertData, ppsaSignerPublicKeyBlob)
bool VerifyDocument(
    string bstrDocument,
    out byte[] ppsaRawCertData,
    out byte[] ppsaSignerPublicKeyBlob
)
bool VerifyDocument(
    [InAttribute] String^ bstrDocument, 
    [OutAttribute] array<unsigned char>^% ppsaRawCertData, 
    [OutAttribute] array<unsigned char>^% ppsaSignerPublicKeyBlob
)
abstract VerifyDocument : 
        bstrDocument:string * 
        ppsaRawCertData:byte[] byref * 
        ppsaSignerPublicKeyBlob:byte[] byref -> bool 
function VerifyDocument(
    bstrDocument : String, 
    ppsaRawCertData : byte[], 
    ppsaSignerPublicKeyBlob : byte[]
) : boolean

Paramètres

Valeur de retour

Type : System. . :: . .Boolean