Create a new TopazSignature based on an existing sig string.
Namespace: TallComponents.PDF.Annotations.WidgetsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public TopazSignature( string sigStringHex ) |
| Visual Basic |
|---|
Public Sub New ( _ sigStringHex As String _ ) |
Parameters
- sigStringHex
- Type: System..::..String
An unencrypted, uncompressed SIG string.
Remarks
This is the ascii hex string as returned by the GetSigString() method from the SigPlusNET library.