다음을 통해 공유


ManagedHelper.VerifyDocument 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Verifies the document associated with the helper.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Function VerifyDocument ( _
    document As String, _
    <OutAttribute> ByRef rawCertData As Byte(), _
    <OutAttribute> ByRef signerPublicKeyBlob As Byte() _
) As Boolean
‘사용 방법
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

매개 변수

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

반환 값

유형: System.Boolean
The verified document.

구현

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

주의

Example

참고 항목

참조

ManagedHelper 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스