AuthAppBuilderExtensions.UseAuthentication(IApplicationBuilder) Yöntem

Tanım

kimlik AuthenticationMiddleware doğrulama özelliklerini sağlayan IApplicationBuilder belirtilen 'e ekler.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseAuthentication(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member UseAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseAuthentication (app As IApplicationBuilder) As IApplicationBuilder

Parametreler

app
IApplicationBuilder

Ara IApplicationBuilder yazılımı eklemek için .

Döndürülenler

IApplicationBuilder

İşlem tamamlandıktan sonra bu örnek için bir başvuru.

Şunlara uygulanır