Class SigningFactory
Builds signing objects.
Inheritance
System.Object
SigningFactory
Namespace: Sig.SignAPI
Assembly: SigSignAPI.dll
Syntax
public class SigningFactory : object
Methods
| Name | Description |
|---|---|
| Start(IDriver, IClient) | Starts a new signing object with the given driver and client object. |
| StartAsync(IDriver, Byte[]) | Builds a new signing object with the given document and driver object. |
| StartAsync(IDriver, String) | Builds a new signing object with the given document and driver object. |