다음을 통해 공유


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 네임스페이스