AuthenticationOptions.Description 属性

定义

为应用程序提供的有关身份验证类型的附加信息。

public:
 property Microsoft::AspNetCore::Http::Authentication::AuthenticationDescription ^ Description { Microsoft::AspNetCore::Http::Authentication::AuthenticationDescription ^ get(); void set(Microsoft::AspNetCore::Http::Authentication::AuthenticationDescription ^ value); };
public Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription Description { get; set; }
member this.Description : Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription with get, set
Public Property Description As AuthenticationDescription

属性值

适用于