SignDocument méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see ManagedHelper.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub SignDocument ( _
<OutAttribute> ByRef pbstrDocument As String, _
hCertContext As Long, _
bstrKeyContainer As String, _
iKeyNumber As Integer, _
bstrProviderName As String, _
iProviderType As Integer _
)
'Utilisation
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
)
Paramètres
- pbstrDocument
Type : System. . :: . .String%
- hCertContext
Type : System. . :: . .Int64
- bstrKeyContainer
Type : System. . :: . .String
- iKeyNumber
Type : System. . :: . .Int32
- bstrProviderName
Type : System. . :: . .String
- iProviderType
Type : System. . :: . .Int32