Click or drag to resize

UserRoleCacheItem Property

Gets or sets access roles for given userName.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public string[] this[
	string userName
] { get; set; }
View Source

Parameters

userName  String
User name for associated access role to load or save.

Return Value

String
Access roles for given userName if found; otherwise null.
See Also