|
AdoSecurityProviderDefaultRoles Property
|
Gets or sets the Default Roles used when a user does not have a role defined.
The user still needs to exist but they won't require a Role and will be assigned the DefaultRoles.
It is a comma separate list for multiple Roles. If an empty String is supplied a Role is required for the user.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public string DefaultRoles { get; set; }
Public Property DefaultRoles As String
Get
Set
member DefaultRoles : string with get, set
function get_DefaultRoles();
function set_DefaultRoles(value);
View SourceProperty Value
StringSee Also