CrypterOptionKey Constructor

CryptSharp

CrypterOptionKey Constructor CryptSharp
Creates a new option key.

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax

public CrypterOptionKey(
	string description,
	Type valueType
)
Public Sub New ( 
	description As String,
	valueType As Type
)
public:
CrypterOptionKey(
	String^ description, 
	Type^ valueType
)
new : 
        description : string * 
        valueType : Type -> CrypterOptionKey

Parameters

description
Type: SystemString
A description of the option.
valueType
Type: SystemType
The type of the option's value.
See Also

Reference