ManagedHelper.SignDocument Method

Definition

Signs the document associated with the 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)

Parameters

document
String

The document.

certContext
Int64

The certificate context.

keyContainer
String

The key container.

keyNumber
Int32

The key number.

providerName
String

The provider name.

providerType
Int32

The provider type.

Implements

Applies to