The KeyHostAlgorithm type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| KeyHostAlgorithm(String, Key) |
Initializes a new instance of the KeyHostAlgorithm class.
| |
| KeyHostAlgorithm(String, Key, Byte ) |
Initializes a new instance of the HostAlgorithm class.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Sign |
Signs the specified data.
(Overrides HostAlgorithm Sign( Byte ).) | |
| (Inherited from | ||
| VerifySignature |
Verifies the signature.
(Overrides HostAlgorithm VerifySignature( Byte , Byte ).) |
Properties
| Name | Description | |
|---|---|---|
| Data |
Gets the public key data.
(Overrides HostAlgorithm Data.) | |
| Key |
Gets the key.
| |
| Name |
Gets the host key name.
(Inherited from HostAlgorithm.) |
See Also