Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- pbstrDocument
Type: System.String%
The document.
- hCertContext
Type: System.Int64
The certificate context.
- bstrKeyContainer
Type: System.String
The key container.
- iKeyNumber
Type: System.Int32
The key number.
- bstrProviderName
Type: System.String
The provider name
- iProviderType
Type: System.Int32
The provider type.
Remarks
For more information, see ManagedHelper.