Click or drag to resize

Signature Constructor

Initializes a new instance of the Signature class

Namespace: DegreeDays.Api.Processing
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public Signature(
	byte[] signatureBytes,
	string signatureMethod
)

Parameters

signatureBytes  Byte
 
signatureMethod  String
 
See Also