다음을 통해 공유


ServiceAuthorizationElement.RoleProviderName 속성

정의

WCF(Windows Communication Foundation) 애플리케이션에 대한 역할 정보를 제공하는 역할 공급자의 이름을 가져오거나 설정합니다.

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 database를, 권한 부여 관리자 정책 저장소, 및 등에서 역할 정보를 제공 하도록 다양 한 유형의 역할 공급자를 사용할 수 있습니다.

적용 대상