User Item Property NFX Class Library

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

Authorizes user to specified permission. Note: this authorization call returns AccessLevel object that may contain a complex data structure. The final assertion of user's ability to perform a certain action is encapsulated in Permission.Check() method. Call Permission.AuthorizeAndGuardAction(MemberInfo, ISession) to guard classes and methods from unauthorized access

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

public AccessLevel this[
	Permission permission
] { get; }

Property Value

Type: AccessLevel
See Also