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: 2016.0.105.16 (2016.0.105.16)

Syntax

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

Property Value

Type: String
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