CrypterOptionKey Class | CryptSharp |
The key type for options.
Inheritance Hierarchy
Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public class CrypterOptionKey
Public Class CrypterOptionKey
public ref class CrypterOptionKey
type CrypterOptionKey = class end
The CrypterOptionKey type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CrypterOptionKey |
Creates a new option key.
|
Methods
Name | Description | |
---|---|---|
CheckValue |
Throws an exception if the value is incompatible with this option.
| |
ToString | (Overrides ObjectToString.) |
Properties
Name | Description | |
---|---|---|
Description |
A description of the option.
| |
ValueType |
The type of the option's value.
|
See Also