ServiceAuthorizationElement.RoleProviderName 属性

定义

获取或设置为 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

属性值

String

角色提供程序的名称。 默认值为一个空字符串。

属性

注解

不同类型的角色提供程序可用于从 Windows 组、SQL 数据库、授权管理器策略存储等提供角色信息。

适用于