C# Class pGina.Plugin.Ldap.AttribMethod

Afficher le fichier Open project: MutonUfoAI/pgina Class Usage Examples

Méthodes publiques

Свойство Type Description
methods AttribMethod>.Dictionary

Protected Properties

Свойство Type Description
m_method System.Methods
m_name string

Méthodes publiques

Méthode Description
hash ( string pw ) : string

Méthodes protégées

Méthode Description
Appendbytes ( byte source, byte append ) : byte[]
GenerateSalt ( uint length ) : byte[]

Private Methods

Méthode Description
AttribMethod ( ) : System

Method Details

Appendbytes() protected méthode

protected Appendbytes ( byte source, byte append ) : byte[]
source byte
append byte
Résultat byte[]

GenerateSalt() protected méthode

protected GenerateSalt ( uint length ) : byte[]
length uint
Résultat byte[]

hash() public abstract méthode

public abstract hash ( string pw ) : string
pw string
Résultat string

Property Details

m_method protected_oe property

protected Methods,System m_method
Résultat System.Methods

m_name protected_oe property

protected string m_name
Résultat string

methods public_oe static_oe property

public static Dictionary methods
Résultat AttribMethod>.Dictionary