ManagedHelper.SignDocument Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Firma il documento associato all'helper.
public:
virtual void SignDocument(System::String ^ % document, long certContext, System::String ^ keyContainer, int keyNumber, System::String ^ providerName, int providerType);
public void SignDocument (ref string document, long certContext, string keyContainer, int keyNumber, string providerName, int providerType);
abstract member SignDocument : string * int64 * string * int * string * int -> unit
override this.SignDocument : string * int64 * string * int * string * int -> unit
Public Sub SignDocument (ByRef document As String, certContext As Long, keyContainer As String, keyNumber As Integer, providerName As String, providerType As Integer)
Parametri
- document
- String
Il documento.
- certContext
- Int64
Contesto del certificato.
- keyContainer
- String
Contenitore di chiavi.
- keyNumber
- Int32
Numero della chiave.
- providerName
- String
Nome provider.
- providerType
- Int32
Tipo di provider.