C# 클래스 System.Security.Cryptography.PasswordDeriveBytes

상속: DeriveBytes
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
CryptDeriveKey ( string algname, string alghashname, int keySize, byte rgbIV ) : byte[]
PasswordDeriveBytes ( byte password, byte salt ) : System.Globalization
PasswordDeriveBytes ( byte password, byte salt, CspParameters cspParams ) : System.Globalization
PasswordDeriveBytes ( byte password, byte salt, string hashName, int iterations ) : System.Globalization
PasswordDeriveBytes ( byte password, byte salt, string hashName, int iterations, CspParameters cspParams ) : System.Globalization
PasswordDeriveBytes ( string strPassword, byte rgbSalt ) : System.Globalization
PasswordDeriveBytes ( string strPassword, byte rgbSalt, CspParameters cspParams ) : System.Globalization
PasswordDeriveBytes ( string strPassword, byte rgbSalt, string strHashName, int iterations ) : System.Globalization
PasswordDeriveBytes ( string strPassword, byte rgbSalt, string strHashName, int iterations, CspParameters cspParams ) : System.Globalization
Reset ( ) : void

비공개 메소드들

메소드 설명
GetBytes ( int cb ) : byte[]
Prepare ( byte password, byte rgbSalt, string strHashName, int iterations ) : void
Prepare ( string strPassword, byte rgbSalt, string strHashName, int iterations ) : void

메소드 상세

CryptDeriveKey() 공개 메소드

public CryptDeriveKey ( string algname, string alghashname, int keySize, byte rgbIV ) : byte[]
algname string
alghashname string
keySize int
rgbIV byte
리턴 byte[]

PasswordDeriveBytes() 공개 메소드

public PasswordDeriveBytes ( byte password, byte salt ) : System.Globalization
password byte
salt byte
리턴 System.Globalization

PasswordDeriveBytes() 공개 메소드

public PasswordDeriveBytes ( byte password, byte salt, CspParameters cspParams ) : System.Globalization
password byte
salt byte
cspParams CspParameters
리턴 System.Globalization

PasswordDeriveBytes() 공개 메소드

public PasswordDeriveBytes ( byte password, byte salt, string hashName, int iterations ) : System.Globalization
password byte
salt byte
hashName string
iterations int
리턴 System.Globalization

PasswordDeriveBytes() 공개 메소드

public PasswordDeriveBytes ( byte password, byte salt, string hashName, int iterations, CspParameters cspParams ) : System.Globalization
password byte
salt byte
hashName string
iterations int
cspParams CspParameters
리턴 System.Globalization

PasswordDeriveBytes() 공개 메소드

public PasswordDeriveBytes ( string strPassword, byte rgbSalt ) : System.Globalization
strPassword string
rgbSalt byte
리턴 System.Globalization

PasswordDeriveBytes() 공개 메소드

public PasswordDeriveBytes ( string strPassword, byte rgbSalt, CspParameters cspParams ) : System.Globalization
strPassword string
rgbSalt byte
cspParams CspParameters
리턴 System.Globalization

PasswordDeriveBytes() 공개 메소드

public PasswordDeriveBytes ( string strPassword, byte rgbSalt, string strHashName, int iterations ) : System.Globalization
strPassword string
rgbSalt byte
strHashName string
iterations int
리턴 System.Globalization

PasswordDeriveBytes() 공개 메소드

public PasswordDeriveBytes ( string strPassword, byte rgbSalt, string strHashName, int iterations, CspParameters cspParams ) : System.Globalization
strPassword string
rgbSalt byte
strHashName string
iterations int
cspParams CspParameters
리턴 System.Globalization

Reset() 공개 메소드

public Reset ( ) : void
리턴 void