C# Class pGina.Plugin.Ldap.AttribMethod

Datei anzeigen Open project: MutonUfoAI/pgina Class Usage Examples

Public Properties

Property Type Description
methods AttribMethod>.Dictionary

Protected Properties

Property Type Description
m_method System.Methods
m_name string

Public Methods

Method Description
hash ( string pw ) : string

Protected Methods

Method Description
Appendbytes ( byte source, byte append ) : byte[]
GenerateSalt ( uint length ) : byte[]

Private Methods

Method Description
AttribMethod ( ) : System

Method Details

Appendbytes() protected method

protected Appendbytes ( byte source, byte append ) : byte[]
source byte
append byte
return byte[]

GenerateSalt() protected method

protected GenerateSalt ( uint length ) : byte[]
length uint
return byte[]

hash() public abstract method

public abstract hash ( string pw ) : string
pw string
return string

Property Details

m_method protected_oe property

protected Methods,System m_method
return System.Methods

m_name protected_oe property

protected string m_name
return string

methods public_oe static_oe property

public static Dictionary methods
return AttribMethod>.Dictionary