CrypterProperty Class

CryptSharp

CrypterProperty Class CryptSharp
Properties inherent to particular crypt algorithms.
Inheritance Hierarchy

SystemObject  CryptSharpCrypterProperty

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

public class CrypterProperty
Public Class CrypterProperty
public ref class CrypterProperty
type CrypterProperty =  class end

The CrypterProperty type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberMaxPasswordLength
The maximum password length. Bytes beyond this length will have no effect.
Public fieldStatic memberMaxRounds
The maximum number for Rounds.
Public fieldStatic memberMinRounds
The minimum number for Rounds.
Top
See Also

Reference