ServiceAuthorizationElement.RoleProviderName Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Namens des Rollenanbieters, der Rolleninformationen für eine Windows Communication Foundation (WCF)-Anwendung bereitstellt.

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

Eigenschaftswert

Der Name des Rollenanbieters. Der Standardwert ist eine leere Zeichenfolge.

Attribute

Hinweise

Verschiedene Arten von Rollenanbietern können verwendet werden, um Rolleninformationen aus einer Windows Gruppe, einer SQL-Datenbank, einem Autorisierungs-Manager-Richtlinienspeicher usw. bereitzustellen.

Gilt für: