Permission Check Method (ISession)NFX Class Library

[This is preliminary documentation and is subject to change.]

Checks the permission for requested action as specified in particular permission .ctor. The check is performed in the scope of supplied session, or if no session was supplied then current execution context session is assumed

Namespace: NFX.Security
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public virtual bool Check(
	ISession sessionInstance = null
)

Return Value

Type: OnlineBoolean
True when action is authorized, false otherwise
See Also