Click or drag to resize

ApplicationPropertiesAuthenticationRolesView Property

The view to use for the DatabaseAuthenticationProvider during authentication. By default this is 'user_roles.'

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string AuthenticationRolesView { get; }

Property Value

Type: String
The view to use for the DatabaseAuthenticationProvider during authentication. By default this is 'user_roles.'
See Also