CrypterEnvironment Class

CryptSharp

CrypterEnvironment Class CryptSharp
Lets you customize the list of crypt algorithms your program will accept.
Inheritance Hierarchy

SystemObject  CryptSharpCrypterEnvironment

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

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

The CrypterEnvironment type exposes the following members.

Constructors

  NameDescription
Public methodCrypterEnvironment
Initializes a new instance of the CrypterEnvironment class
Top
Methods

  NameDescription
Public methodCheckPassword(Byte, String)
Checks if the crypted password matches the given password bytes.
Public methodCheckPassword(String, String)
Checks if the crypted password matches the given password string.
Public methodGetCrypter
Searches for a crypt algorithm compatible with the specified crypted password or prefix.
Public methodMakeReadOnly
Prevents future changes to the environment.
Public methodTryGetCrypter
Searches for a crypt algorithm compatible with the specified crypted password or prefix,
Top
Properties

  NameDescription
Public propertyCrypters
The collection of crypters in this environment.
Public propertyStatic memberDefault
The default environment.
Public propertyIsReadOnly
true if the environment cannot be changed.
Top
See Also

Reference