Méthode | Description | |
---|---|---|
BusinessPrincipal ( ) : System | ||
GetCurrentIdentity ( ) : |
||
GetCurrentPrincipal ( ) : |
||
IsInRole ( string role ) : bool | ||
LoadPrincipal ( string username ) : void | ||
Login ( string username, string password ) : bool | ||
Logout ( ) : void |
Méthode | Description | |
---|---|---|
BusinessPrincipal ( IIdentity identity ) : System | ||
SetPrincipal ( |
public static GetCurrentIdentity ( ) : |
||
Résultat |
public static GetCurrentPrincipal ( ) : |
||
Résultat |
public static LoadPrincipal ( string username ) : void | ||
username | string | |
Résultat | void |
public static Login ( string username, string password ) : bool | ||
username | string | |
password | string | |
Résultat | bool |