Condividi tramite


Metodo IDTSManagedHelper100.VerifyDocument

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Indicates whether the document is verified.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Function VerifyDocument ( _
    bstrDocument As String, _
    <OutAttribute> ByRef ppsaRawCertData As Byte(), _
    <OutAttribute> ByRef ppsaSignerPublicKeyBlob As Byte() _
) As Boolean
'Utilizzo
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

Parametri

  • ppsaRawCertData
    Tipo: array<System.Byte[]%
    The raw data certificate.
  • ppsaSignerPublicKeyBlob
    Tipo: array<System.Byte[]%
    The signer public key.

Valore restituito

Tipo: System.Boolean
true if the document is verified; otherwise, false.

Osservazioni

For more information, see ManagedHelper.

Vedere anche

Riferimento

IDTSManagedHelper100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper