Gets the name of the role granted to a user during an anonymous session.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public static string AnonymousRole { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property AnonymousRole As String

Field Value

the name of the anomynous role of the current application, null (Nothing in Visual Basic) when the current application does not supports anonymous session.

See Also