AuthenticationProperties.IsPersistent 屬性

定義

取得或設定驗證工作階段是否跨多個要求而持續有效。

public:
 property bool IsPersistent { bool get(); void set(bool value); };
public bool IsPersistent { get; set; }
[System.Text.Json.Serialization.JsonIgnore]
public bool IsPersistent { get; set; }
member this.IsPersistent : bool with get, set
[<System.Text.Json.Serialization.JsonIgnore>]
member this.IsPersistent : bool with get, set
Public Property IsPersistent As Boolean

屬性值

屬性

適用於