Click or drag to resize

VGRolesInstanceAnonymousRoleId Property

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: 2019.1.831.19 (2019.1.0831.19)
Syntax
public Guid AnonymousRoleId { 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