Sdílet prostřednictvím


ApiScopeCollection.ContainsScope(String) Metoda

Definice

Získá, zda je daný obor definován nebo ne.

public:
 bool ContainsScope(System::String ^ key);
public bool ContainsScope (string key);
member this.ContainsScope : string -> bool
Public Function ContainsScope (key As String) As Boolean

Parametry

key
String

Název procesu Duende.IdentityServer.Models.ApiScope.

Návraty

true je-li vymezen rozsah; false Jinak.

Platí pro