다음을 통해 공유


ApiScopeCollection.AddRange 메서드

정의

오버로드

AddRange(ApiScope[])

의 범위를 컬렉션에 추가합니다 scopes .

AddRange(ApiScope[])

의 범위를 컬렉션에 추가합니다 scopes .

AddRange(ApiScope[])

Source:
ApiScopeCollection.cs
Source:
ApiScopeCollection.cs
Source:
ApiScopeCollection.cs

의 범위를 컬렉션에 추가합니다 scopes .

public void AddRange (params Duende.IdentityServer.Models.ApiScope[] scopes);
member this.AddRange : Duende.IdentityServer.Models.ApiScope[] -> unit
Public Sub AddRange (ParamArray scopes As ApiScope())

매개 변수

scopes
Duende.IdentityServer.Models.ApiScope[]

추가할 목록입니다 Duende.IdentityServer.Models.ApiScope .

적용 대상

AddRange(ApiScope[])

Source:
ApiScopeCollection.cs

의 범위를 컬렉션에 추가합니다 scopes .

public:
 void AddRange(... cli::array <IdentityServer4::Models::ApiScope ^> ^ scopes);
public void AddRange (params IdentityServer4.Models.ApiScope[] scopes);
member this.AddRange : IdentityServer4.Models.ApiScope[] -> unit
Public Sub AddRange (ParamArray scopes As ApiScope())

매개 변수

scopes
IdentityServer4.Models.ApiScope[]

추가할 목록입니다 IdentityServer4.Models.ApiScope .

적용 대상