ClientCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ClientCollection() |
Initializes a new instance of ClientCollection. |
ClientCollection(IList<Client>) |
Initializes a new instance of ClientCollection with the given
clients in |
ClientCollection(IList<Client>) |
Initializes a new instance of ClientCollection with the given
clients in |
ClientCollection()
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
Initializes a new instance of ClientCollection.
public:
ClientCollection();
public ClientCollection ();
Public Sub New ()
Applies to
ClientCollection(IList<Client>)
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
Initializes a new instance of ClientCollection with the given
clients in list
.
public ClientCollection (System.Collections.Generic.IList<Duende.IdentityServer.Models.Client> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection : System.Collections.Generic.IList<Duende.IdentityServer.Models.Client> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection
Public Sub New (list As IList(Of Client))
Parameters
- list
- IList<Duende.IdentityServer.Models.Client>
The initial list of Duende.IdentityServer.Models.Client.
Applies to
ClientCollection(IList<Client>)
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
- Source:
- ClientCollection.cs
Initializes a new instance of ClientCollection with the given
clients in list
.
public:
ClientCollection(System::Collections::Generic::IList<IdentityServer4::Models::Client ^> ^ list);
public ClientCollection (System.Collections.Generic.IList<IdentityServer4.Models.Client> list);
new Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection : System.Collections.Generic.IList<IdentityServer4.Models.Client> -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection
Public Sub New (list As IList(Of Client))
Parameters
- list
- IList<IdentityServer4.Models.Client>
The initial list of IdentityServer4.Models.Client.