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

상속: AttribMethod
파일 보기 프로젝트 열기: MutonUfoAI/pgina

공개 메소드들

메소드 설명
PasswordHashMethodNTLM ( ) : System
hash ( string password ) : string

비공개 메소드들

메소드 설명
CryptAcquireContext ( IntPtr &hProv, string pszContainer, string pszProvider, uint dwProvType, uint dwFlags ) : bool
CryptCreateHash ( IntPtr hProv, uint algId, IntPtr hKey, uint dwFlags, IntPtr &phHash ) : bool
CryptDestroyHash ( IntPtr hHash ) : bool
CryptGetHashParam ( IntPtr hHash, Int32 dwParam, Byte pbData, Int32 &pdwDataLen, Int32 dwFlags ) : bool
CryptHashData ( IntPtr hHash, byte pbData, uint dataLen, uint flags ) : bool
CryptReleaseContext ( IntPtr hProv, Int32 dwFlags ) : bool

메소드 상세

PasswordHashMethodNTLM() 공개 메소드

public PasswordHashMethodNTLM ( ) : System
리턴 System

hash() 공개 메소드

public hash ( string password ) : string
password string
리턴 string