Initializes a new instance of the
Signature class
Namespace: DegreeDays.Api.ProcessingAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public Signature(
byte[] signatureBytes,
string signatureMethod
)
Public Sub New (
signatureBytes As Byte(),
signatureMethod As String
)
Parameters
- signatureBytes Byte
-
- signatureMethod String
-
See Also