共用方式為


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

屬性值

角色提供者的名稱。 預設為空字串。

屬性

備註

不同類型的角色提供者可用來從 Windows 群組、SQL 資料庫、授權管理員原則存放區等提供角色資訊。

適用於