Method | Description | |
---|---|---|
KeyHostAlgorithm ( string name, |
Initializes a new instance of the KeyHostAlgorithm class.
|
|
KeyHostAlgorithm ( string name, |
Initializes a new instance of the HostAlgorithm class.
|
|
Sign ( byte data ) : byte[] |
Signs the specified data.
|
|
VerifySignature ( byte data, byte signature ) : bool |
Verifies the signature.
|
public KeyHostAlgorithm ( string name, |
||
name | string | Host key name. |
key | Host key. | |
return | System.Collections.Generic |
public KeyHostAlgorithm ( string name, |
||
name | string | Host key name. |
key | Host key. | |
data | byte | Host key encoded data. |
return | System.Collections.Generic |
public VerifySignature ( byte data, byte signature ) : bool | ||
data | byte | The data. |
signature | byte | The signature. |
return | bool |