Gets the unique identifier 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 Guid AnonymousRoleId { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property AnonymousRoleId As Guid

Field Value

the unique identifier of the role granted to a user during an anonymous session, Empty when the current application does not supports anonymous session.

See Also