IDTSManagedHelper100.VerifyDocument 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Indicates whether the document is verified.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

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

參數

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

傳回值

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

備註

For more information, see ManagedHelper.

請參閱

參考

IDTSManagedHelper100 介面

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間