Udostępnij za pośrednictwem


ServiceAuthorizationElement.RoleProviderName Właściwość

Definicja

Pobiera lub ustawia nazwę dostawcy roli, który udostępnia informacje o roli dla aplikacji 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

Wartość właściwości

String

Nazwa dostawcy ról. Wartość domyślna to pusty ciąg.

Atrybuty

Uwagi

Różne typy dostawców ról mogą służyć do zapewnienia informacji o rolach z grupy systemu Windows, bazy danych SQL, magazynu zasad menedżera autoryzacji i tak dalej.

Dotyczy