Click or drag to resize

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)
Syntax
public static InfoMessage AuthenticateWithBackEndCredential(
	string userName,
	string password,
	string portName
)

Parameters

userName
Type: SystemString
User name
password
Type: SystemString
Password
portName
Type: SystemString
Port Name

Return Value

Type: InfoMessage
See Also