SARoleProvider stores role information in the aspnet_Roles table of the provider database. The namespace associated with SARoleProvider is iAnywhere.Web.Security. Each record in the Roles table corresponds to one role.
SARoleProvider uses the aspnet_UsersInRoles table to map roles to users.
Column Name | Description |
---|---|
name | The name of the provider. |
type | iAnywhere.Web.Security.SARoleProvider |
connectionStringName | The name of a connection string specified in the <connectionStrings> element.
|
connectionString | The connection string. Optional. Required if connectionStringName is not specified.
|
applicationName | The application name with which to associate provider data. |
commandTimeout | The timeout value, in seconds, for server calls. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |