CrypterOptionKey Class

CryptSharp

CrypterOptionKey Class CryptSharp
The key type for options.
Inheritance Hierarchy

SystemObject  CryptSharpCrypterOptionKey

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

  NameDescription
Public methodCrypterOptionKey
Creates a new option key.
Top
Methods

  NameDescription
Public methodCheckValue
Throws an exception if the value is incompatible with this option.
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
Properties

  NameDescription
Public propertyDescription
A description of the option.
Public propertyValueType
The type of the option's value.
Top
See Also

Reference