Class SigningFactory
Builds signing objects.
Inheritance
System.Object
SigningFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sig.SignAPI
Assembly: SigSignAPI.dll
Syntax
public class SigningFactory
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. |