Méthode | Description | |
---|---|---|
TimeoutVerifierHelper ( IKeySet keySet ) : System |
Initializes a new instance of the TimeoutVerifierHelper class.
|
|
TimeoutVerifierHelper ( string keySetLocation ) : System |
Initializes a new instance of the TimeoutVerifierHelper class.
|
Méthode | Description | |
---|---|---|
PrefixDataVerify ( VerifyingStream verifyingStream, object extra ) : void |
Prefixes the data before verifying.
|
|
Verify ( Stream input, byte signature, object prefixData, object postfixData, long inputLength ) : bool |
Verifies the specified data.
|
protected PrefixDataVerify ( VerifyingStream verifyingStream, object extra ) : void | ||
verifyingStream | VerifyingStream | The verifying stream. |
extra | object | The extra data passed by prefixData |
Résultat | void |
public TimeoutVerifierHelper ( IKeySet keySet ) : System | ||
keySet | IKeySet | The key set. |
Résultat | System |
public TimeoutVerifierHelper ( string keySetLocation ) : System | ||
keySetLocation | string | The key set location. |
Résultat | System |
protected Verify ( Stream input, byte signature, object prefixData, object postfixData, long inputLength ) : bool | ||
input | Stream | The input. |
signature | byte | The signature. |
prefixData | object | The prefix data. |
postfixData | object | The post fix data. |
inputLength | long | (optional) Length of the input. |
Résultat | bool |