次の方法で共有


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 データベース、承認マネージャー ポリシー ストアなどのロール情報を提供できます。

適用対象