JwtBearerChallengeContext.AuthenticateFailure 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
身份验证过程中遇到的任何故障。
public:
 property Exception ^ AuthenticateFailure { Exception ^ get(); void set(Exception ^ value); };public Exception AuthenticateFailure { get; set; }public Exception? AuthenticateFailure { get; set; }member this.AuthenticateFailure : Exception with get, setPublic Property AuthenticateFailure As Exception