Click or drag to resize

VGRolesAnonymousRoleId 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.0.101.19 (2019.0.0101.19)
Syntax
public static 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