User Rights Property NFX Class Library

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

Returns data bag that contains user rights. This is a framework-only internal property which should not be used by application developers. This bag may get populated fully-or-partially by ISecurityManager implementation. Use User[permission] indexer or Application.SecurityManager.Authorize() to obtain AccessLevel

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

public Rights Rights { get; }

Property Value

Type: Rights
See Also