Поделиться через


IdentityResourceCollection.AddAddress Метод

Определение

Перегрузки

AddAddress()

Добавляет адресный ресурс.

AddAddress(Action<IdentityResourceBuilder>)

Добавляет адресный ресурс.

AddAddress()

Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs

Добавляет адресный ресурс.

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

Применяется к

AddAddress(Action<IdentityResourceBuilder>)

Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs
Исходный код:
IdentityResourceCollection.cs

Добавляет адресный ресурс.

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))

Параметры

configure
Action<IdentityResourceBuilder>

Объект Action<T> для настройки область адреса.

Применяется к