共用方式為


Renewing.AllowRenewal 屬性

定義

取得或設定值,指出權杖是否可更新。

public:
 property bool AllowRenewal { bool get(); void set(bool value); };
public bool AllowRenewal { get; set; }
member this.AllowRenewal : bool with get, set
Public Property AllowRenewal As Boolean

屬性值

如果允許更新,則為 true,否則為false

備註

表示 Allow 屬性的內容。 這個選擇性屬性是用來要求可更新的令牌。 預設值是 true

適用於