AuthAppBuilderExtensions.UseAuthentication(IApplicationBuilder) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
AuthenticationMiddleware Menambahkan ke , yang ditentukan IApplicationBuilderyang memungkinkan kemampuan autentikasi.
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
Parameter
IApplicationBuilder untuk menambahkan middleware.
Mengembalikan
Referensi ke instans ini setelah operasi selesai.