Edit

Share via


Renewing.AllowRenewal Property

Definition

Gets or sets a value that indicates whether the token can be renewed.

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

Property Value

true if renewal is permitted; otherwise, false.

Remarks

Represents the contents of the Allow attribute. This optional attribute is used to request a renewable token. The default value is true.

Applies to