Метод SignDocument
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
For more information, see ManagedHelper.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Sub SignDocument ( _
<OutAttribute> ByRef pbstrDocument As String, _
hCertContext As Long, _
bstrKeyContainer As String, _
iKeyNumber As Integer, _
bstrProviderName As String, _
iProviderType As Integer _
)
'Применение
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
)
Параметры
- pbstrDocument
Тип: System. . :: . .String%
- hCertContext
Тип: System. . :: . .Int64
- bstrKeyContainer
Тип: System. . :: . .String
- iKeyNumber
Тип: System. . :: . .Int32
- bstrProviderName
Тип: System. . :: . .String
- iProviderType
Тип: System. . :: . .Int32
См. также