AuthenticationContext.Result プロパティ

定義

認証が試行されたが失敗したことを示すエラー結果を取得または設定します。

public System.Web.Mvc.ActionResult Result { get; set; }
member this.Result : System.Web.Mvc.ActionResult with get, set
Public Property Result As ActionResult

プロパティ値

認証の結果。

適用対象