Sdílet prostřednictvím


IdentityResourceCollection.AddAddress Metoda

Definice

Přetížení

AddAddress()

Přidá prostředek adresy.

AddAddress(Action<IdentityResourceBuilder>)

Přidá prostředek adresy.

AddAddress()

Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs

Přidá prostředek adresy.

public:
 void AddAddress();
public void AddAddress ();
member this.AddAddress : unit -> unit
Public Sub AddAddress ()

Platí pro

AddAddress(Action<IdentityResourceBuilder>)

Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs

Přidá prostředek adresy.

public:
 void AddAddress(Action<Microsoft::AspNetCore::ApiAuthorization::IdentityServer::IdentityResourceBuilder ^> ^ configure);
public void AddAddress (Action<Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceBuilder> configure);
member this.AddAddress : Action<Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceBuilder> -> unit
Public Sub AddAddress (configure As Action(Of IdentityResourceBuilder))

Parametry

configure
Action<IdentityResourceBuilder>

Nakonfigurujete Action<T> obor adresy.

Platí pro