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

Syntax

C#
public static Guid AnonymousRoleId { get; }
Visual Basic
Public Shared ReadOnly Property AnonymousRoleId As Guid
	Get

Property Value

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