AuthenticationServiceAuthenticateWithBackEndCredential Method |
Authenticate with back end
Namespace:
Unvired.Kernel.UWP.Login
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static InfoMessage AuthenticateWithBackEndCredential(
string userName,
string password,
string portName
)
Public Shared Function AuthenticateWithBackEndCredential (
userName As String,
password As String,
portName As String
) As InfoMessage
public:
static InfoMessage^ AuthenticateWithBackEndCredential(
String^ userName,
String^ password,
String^ portName
)
static member AuthenticateWithBackEndCredential :
userName : string *
password : string *
portName : string -> InfoMessage
Parameters
- userName
- Type: SystemString
User name - password
- Type: SystemString
Password - portName
- Type: SystemString
Port Name
Return Value
Type:
InfoMessage
See Also