다음을 통해 공유


JwtBearerChallengeContext.ErrorUri 속성

정의

WWW-Authenticate 헤더의 일부로 호출자에게 반환되는 "error_uri" 값을 가져오거나 설정합니다. 명시적으로 설정하지 않는 한 이 속성은 항상 null입니다.

public:
 property System::String ^ ErrorUri { System::String ^ get(); void set(System::String ^ value); };
public string ErrorUri { get; set; }
public string? ErrorUri { get; set; }
member this.ErrorUri : string with get, set
Public Property ErrorUri As String

속성 값

적용 대상