|
DbClientAuthenticate Method (String, String) |
Authenticate
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected AuthResults Authenticate(
string username,
string password
)
Protected Function Authenticate (
username As String,
password As String
) As AuthResults
protected:
AuthResults Authenticate(
String^ username,
String^ password
)
member Authenticate :
username : string *
password : string -> AuthResults
Parameters
- username
- Type: SystemString
- password
- Type: SystemString
Return Value
Type:
AuthResults
See Also