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

プロパティ値

適用対象