Click or drag to resize

UserDataCacheTryGetUserData Method

Attempts to retrieve UserData for given loginID.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public bool TryGetUserData(
	string loginID,
	out UserData userData
)
View Source

Parameters

loginID  String
Login ID of associated UserData to retrieve.
userData  UserData
Reference to UserData object to populate if found.

Return Value

Boolean
true if UserData for given loginID was retrieved; otherwise false.
See Also