C# 클래스 pGina.Plugin.Ldap.AttribMethod

파일 보기 프로젝트 열기: MutonUfoAI/pgina 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
methods AttribMethod>.Dictionary

보호된 프로퍼티들

프로퍼티 타입 설명
m_method System.Methods
m_name string

공개 메소드들

메소드 설명
hash ( string pw ) : string

보호된 메소드들

메소드 설명
Appendbytes ( byte source, byte append ) : byte[]
GenerateSalt ( uint length ) : byte[]

비공개 메소드들

메소드 설명
AttribMethod ( ) : System

메소드 상세

Appendbytes() 보호된 메소드

protected Appendbytes ( byte source, byte append ) : byte[]
source byte
append byte
리턴 byte[]

GenerateSalt() 보호된 메소드

protected GenerateSalt ( uint length ) : byte[]
length uint
리턴 byte[]

hash() 공개 추상적인 메소드

public abstract hash ( string pw ) : string
pw string
리턴 string

프로퍼티 상세

m_method 보호되어 있는 프로퍼티

protected Methods,System m_method
리턴 System.Methods

m_name 보호되어 있는 프로퍼티

protected string m_name
리턴 string

methods 공개적으로 정적으로 프로퍼티

public static Dictionary methods
리턴 AttribMethod>.Dictionary