메소드 | 설명 | |
---|---|---|
CryptDeriveKey ( string algname, string alghashname, int keySize, byte rgbIV ) : byte[] | ||
PasswordDeriveBytes ( byte password, byte salt ) : System.Globalization | ||
PasswordDeriveBytes ( byte password, byte salt, |
||
PasswordDeriveBytes ( byte password, byte salt, string hashName, int iterations ) : System.Globalization | ||
PasswordDeriveBytes ( byte password, byte salt, string hashName, int iterations, |
||
PasswordDeriveBytes ( string strPassword, byte rgbSalt ) : System.Globalization | ||
PasswordDeriveBytes ( string strPassword, byte rgbSalt, |
||
PasswordDeriveBytes ( string strPassword, byte rgbSalt, string strHashName, int iterations ) : System.Globalization | ||
PasswordDeriveBytes ( string strPassword, byte rgbSalt, string strHashName, int iterations, |
||
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 |
public CryptDeriveKey ( string algname, string alghashname, int keySize, byte rgbIV ) : byte[] | ||
algname | string | |
alghashname | string | |
keySize | int | |
rgbIV | byte | |
리턴 | byte[] |
public PasswordDeriveBytes ( byte password, byte salt ) : System.Globalization | ||
password | byte | |
salt | byte | |
리턴 | System.Globalization |
public PasswordDeriveBytes ( byte password, byte salt, |
||
password | byte | |
salt | byte | |
cspParams | ||
리턴 | System.Globalization |
public PasswordDeriveBytes ( byte password, byte salt, string hashName, int iterations ) : System.Globalization | ||
password | byte | |
salt | byte | |
hashName | string | |
iterations | int | |
리턴 | System.Globalization |
public PasswordDeriveBytes ( byte password, byte salt, string hashName, int iterations, |
||
password | byte | |
salt | byte | |
hashName | string | |
iterations | int | |
cspParams | ||
리턴 | System.Globalization |
public PasswordDeriveBytes ( string strPassword, byte rgbSalt ) : System.Globalization | ||
strPassword | string | |
rgbSalt | byte | |
리턴 | System.Globalization |
public PasswordDeriveBytes ( string strPassword, byte rgbSalt, |
||
strPassword | string | |
rgbSalt | byte | |
cspParams | ||
리턴 | System.Globalization |
public PasswordDeriveBytes ( string strPassword, byte rgbSalt, string strHashName, int iterations ) : System.Globalization | ||
strPassword | string | |
rgbSalt | byte | |
strHashName | string | |
iterations | int | |
리턴 | System.Globalization |
public PasswordDeriveBytes ( string strPassword, byte rgbSalt, string strHashName, int iterations, |
||
strPassword | string | |
rgbSalt | byte | |
strHashName | string | |
iterations | int | |
cspParams | ||
리턴 | System.Globalization |