Share via


IDTSManagedHelper100.SignDocument Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Signs the document associated with the helper.

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

Syntax

'Declaration
Sub SignDocument ( _
    <OutAttribute> ByRef pbstrDocument As String, _
    hCertContext As Long, _
    bstrKeyContainer As String, _
    iKeyNumber As Integer, _
    bstrProviderName As String, _
    iProviderType As Integer _
)
'Usage
Dim instance As IDTSManagedHelper100 
Dim pbstrDocument As String 
Dim hCertContext As Long 
Dim bstrKeyContainer As String 
Dim iKeyNumber As Integer 
Dim bstrProviderName As String 
Dim iProviderType As Integer

instance.SignDocument(pbstrDocument, _
    hCertContext, bstrKeyContainer, _
    iKeyNumber, bstrProviderName, iProviderType)
void SignDocument(
    out string pbstrDocument,
    long hCertContext,
    string bstrKeyContainer,
    int iKeyNumber,
    string bstrProviderName,
    int iProviderType
)
void SignDocument(
    [InAttribute] [OutAttribute] String^% pbstrDocument, 
    [InAttribute] long long hCertContext, 
    [InAttribute] String^ bstrKeyContainer, 
    [InAttribute] int iKeyNumber, 
    [InAttribute] String^ bstrProviderName, 
    [InAttribute] int iProviderType
)
abstract SignDocument : 
        pbstrDocument:string byref * 
        hCertContext:int64 * 
        bstrKeyContainer:string * 
        iKeyNumber:int * 
        bstrProviderName:string * 
        iProviderType:int -> unit
function SignDocument(
    pbstrDocument : String, 
    hCertContext : long, 
    bstrKeyContainer : String, 
    iKeyNumber : int, 
    bstrProviderName : String, 
    iProviderType : int
)

Parameters

Remarks

For more information, see ManagedHelper.

See Also

Reference

IDTSManagedHelper100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace