SignDocument メソッド
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
詳細については、「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