Property | Type | Description | |
---|---|---|---|
TimeoutLength | int |
Method | Description | |
---|---|---|
TimeoutVerifier ( IKeySet keySet, Func |
Initializes a new instance of the TimeoutVerifier class.
|
|
TimeoutVerifier ( string keySetLocation, Func |
Initializes a new instance of the TimeoutVerifier class.
|
|
Verify ( byte rawData, byte signature ) : bool |
Verifies the specified raw data.
|
|
Verify ( string rawData, WebBase64 signature ) : bool |
Verifies the specified raw data.
|
Method | Description | |
---|---|---|
FromDateTime ( System.DateTime date ) : long |
Gets binary format of the date time.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Verify ( Stream input, byte signature, long inputLength = -1 ) : bool |
protected static FromDateTime ( System.DateTime date ) : long | ||
date | System.DateTime | The date. |
return | long |
public TimeoutVerifier ( IKeySet keySet, Func |
||
keySet | IKeySet | The key set. |
currentDateTime | Func |
The current date time provider. |
return | System |
public TimeoutVerifier ( string keySetLocation, Func |
||
keySetLocation | string | The keyset location. |
currentDateTime | Func |
The current date time providers. |
return | System |
public Verify ( byte rawData, byte signature ) : bool | ||
rawData | byte | The raw data. |
signature | byte | The signature. |
return | bool |
public Verify ( string rawData, WebBase64 signature ) : bool | ||
rawData | string | The raw data. |
signature | WebBase64 | The signature. |
return | bool |