AuthenticationOptions.Description Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Additional information about the authentication type which is made available to the application.
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