Click or drag to resize

RestrictAccessAttributeCheckAccess Method

Checks if the current thread principal has at least one of the Roles in order to have access.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public bool CheckAccess()
View Source

Return Value

Boolean
true if the current thread principal has access, otherwise false.
See Also