ManagedHelper.SignDocument Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.