Click or drag to resize

SessionHandlerTryGetCachedCredentials Method

Attempts to use the authentication token to retrieve the user's credentials from the credential cache.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static bool TryGetCachedCredentials(
	string authenticationToken,
	out string username,
	out string password
)
View Source

Parameters

authenticationToken  String
The token used to retrieve the user's credentials.
username  String
The username of the user.
password  String
THe user's password.

Return Value

Boolean
True if the user's credentials were successfully retrieved; false otherwise.
See Also