다음을 통해 공유


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

속성 값

적용 대상