Freigeben über


ManagedHelper.VerifyDocument-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Verifies the document associated with the helper.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Function VerifyDocument ( _
    document As String, _
    <OutAttribute> ByRef rawCertData As Byte(), _
    <OutAttribute> ByRef signerPublicKeyBlob As Byte() _
) As Boolean
'Usage
Dim instance As ManagedHelper 
Dim document As String 
Dim rawCertData As Byte()
Dim signerPublicKeyBlob As Byte()
Dim returnValue As Boolean 

returnValue = instance.VerifyDocument(document, _
    rawCertData, signerPublicKeyBlob)
public bool VerifyDocument(
    string document,
    out byte[] rawCertData,
    out byte[] signerPublicKeyBlob
)
public:
virtual bool VerifyDocument(
    String^ document, 
    [OutAttribute] array<unsigned char>^% rawCertData, 
    [OutAttribute] array<unsigned char>^% signerPublicKeyBlob
) sealed
abstract VerifyDocument : 
        document:string * 
        rawCertData:byte[] byref * 
        signerPublicKeyBlob:byte[] byref -> bool  
override VerifyDocument : 
        document:string * 
        rawCertData:byte[] byref * 
        signerPublicKeyBlob:byte[] byref -> bool
public final function VerifyDocument(
    document : String, 
    rawCertData : byte[], 
    signerPublicKeyBlob : byte[]
) : boolean

Parameter

  • rawCertData
    Typ: array<System.Byte[]%
    The raw certificate data.
  • signerPublicKeyBlob
    Typ: array<System.Byte[]%
    The signer.

Rückgabewert

Typ: System.Boolean
The verified document.

Implementiert

IDTSManagedHelper100.VerifyDocument(String, array<Byte[]%, array<Byte[]%)

Hinweise

Example

Siehe auch

Verweis

ManagedHelper Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace