Méthode | Description | |
---|---|---|
Authenticate ( string userName, string userPassword, bool isIntegrated, string processPath ) : |
||
ChangeLogin ( ) : void | ||
GetCredentials ( ) : ICredentials | ||
GetCredentials ( bool isIntegratedAuth, string name, string pwd ) : ICredentials | ||
TpAuthenticationManager ( ) : System | ||
TryAuthentificate ( string userName, string password, bool isIntegrated, string processPath ) : bool |
public Authenticate ( string userName, string userPassword, bool isIntegrated, string processPath ) : |
||
userName | string | |
userPassword | string | |
isIntegrated | bool | |
processPath | string | |
Résultat |
public static GetCredentials ( bool isIntegratedAuth, string name, string pwd ) : ICredentials | ||
isIntegratedAuth | bool | |
name | string | |
pwd | string | |
Résultat | ICredentials |
public TpAuthenticationManager ( ) : System | ||
Résultat | System |
public TryAuthentificate ( string userName, string password, bool isIntegrated, string processPath ) : bool | ||
userName | string | |
password | string | |
isIntegrated | bool | |
processPath | string | |
Résultat | bool |