Click or drag to resize

RestrictAccessAttribute(String) Constructor

Initializes a new instance of the RestrictAccessAttribute class.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public RestrictAccessAttribute(
	params string[] roles
)
View Source

Parameters

roles  String
List of either roles the current thread principal must have in order to have access.
See Also