次の方法で共有


JwtBearerChallengeContext.AuthenticateFailure プロパティ

定義

認証プロセス中に発生したエラー。

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, set
Public Property AuthenticateFailure As Exception

プロパティ値

適用対象