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 資料庫、授權管理員原則存放區等提供角色資訊。