|
RestrictAccessAttributeCheckAccess Method
|
Checks if the current thread principal has at least one of the
Roles in order to have access.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public bool CheckAccess()
Public Function CheckAccess As Boolean
public:
bool CheckAccess()
member CheckAccess : unit -> bool
View SourceReturn Value
Booleantrue if the current thread principal has access, otherwise false.
See Also