AuthenticationManager.AuthenticationSchemes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
property Microsoft::Net::Http::Server::AuthenticationSchemes AuthenticationSchemes { Microsoft::Net::Http::Server::AuthenticationSchemes get(); void set(Microsoft::Net::Http::Server::AuthenticationSchemes value); };
public Microsoft.Net.Http.Server.AuthenticationSchemes AuthenticationSchemes { get; set; }
member this.AuthenticationSchemes : Microsoft.Net.Http.Server.AuthenticationSchemes with get, set
Public Property AuthenticationSchemes As AuthenticationSchemes