ApiScopeCollection.ContainsScope(String) 方法

定义

获取是否定义给定范围。

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

参数

key
String

Duende.IdentityServer.Models.ApiScope 的名称。

返回

true 定义范围时; false 否则。

适用于