ServiceAuthorizationElement.RoleProviderName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置为 Windows Communication Foundation (WCF) 应用程序提供角色信息的角色提供程序的名称。
public:
property System::String ^ RoleProviderName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("roleProviderName", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string RoleProviderName { get; set; }
[<System.Configuration.ConfigurationProperty("roleProviderName", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.RoleProviderName : string with get, set
Public Property RoleProviderName As String
属性值
角色提供程序的名称。 默认值为一个空字符串。
- 属性
注解
不同类型的角色提供程序可用于从 Windows 组、SQL 数据库、授权管理器策略存储等提供角色信息。