ForbidResult.AuthenticationSchemes 속성

정의

문제가 발생하는 인증 체계를 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<System::String ^> ^ AuthenticationSchemes { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string> AuthenticationSchemes { get; set; }
member this.AuthenticationSchemes : System.Collections.Generic.IList<string> with get, set
Public Property AuthenticationSchemes As IList(Of String)

속성 값

적용 대상