Response.AuthenticationChallenges プロパティ

定義

状態コードが 401 の場合に応答に追加される認証チャレンジ。 これは、サーバーで有効になっている AuthenticationSchemes のサブセットである必要があります。

public:
 property Microsoft::Net::Http::Server::AuthenticationSchemes AuthenticationChallenges { Microsoft::Net::Http::Server::AuthenticationSchemes get(); void set(Microsoft::Net::Http::Server::AuthenticationSchemes value); };
public Microsoft.Net.Http.Server.AuthenticationSchemes AuthenticationChallenges { get; set; }
member this.AuthenticationChallenges : Microsoft.Net.Http.Server.AuthenticationSchemes with get, set
Public Property AuthenticationChallenges As AuthenticationSchemes

プロパティ値

適用対象