Méthode | Description | |
---|---|---|
ComputePasswordHash ( this db_user, string password ) : string | ||
CreateCryptoFields ( this db_user, string password ) : void | ||
DecryptUnicodeString ( this user, byte key, byte ciphertext ) : string | ||
DeriveKeyFromPassword ( this user, string password ) : byte[] | ||
EncryptString ( this user, byte key, string plaintext ) : byte[] | ||
GetPlaintextMasterKey ( this user, string password ) : byte[] | ||
UpdatePassword ( this db_user, string password ) : bool |
public static ComputePasswordHash ( this db_user, string password ) : string | ||
db_user | this | |
password | string | |
Résultat | string |
public static CreateCryptoFields ( this db_user, string password ) : void | ||
db_user | this | |
password | string | |
Résultat | void |
public static DecryptUnicodeString ( this user, byte key, byte ciphertext ) : string | ||
user | this | |
key | byte | |
ciphertext | byte | |
Résultat | string |
public static DeriveKeyFromPassword ( this user, string password ) : byte[] | ||
user | this | |
password | string | |
Résultat | byte[] |
public static EncryptString ( this user, byte key, string plaintext ) : byte[] | ||
user | this | |
key | byte | |
plaintext | string | |
Résultat | byte[] |
public static GetPlaintextMasterKey ( this user, string password ) : byte[] | ||
user | this | |
password | string | |
Résultat | byte[] |
public static UpdatePassword ( this db_user, string password ) : bool | ||
db_user | this | |
password | string | |
Résultat | bool |