Renewing.OkForRenewalAfterExpiration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the token can be renewed after it has expired.
public:
property bool OkForRenewalAfterExpiration { bool get(); void set(bool value); };
public bool OkForRenewalAfterExpiration { get; set; }
member this.OkForRenewalAfterExpiration : bool with get, set
Public Property OkForRenewalAfterExpiration As Boolean
Property Value
true
if the requested token can be renewed after it has expired; otherwise, false
.
Remarks
Represents the contents of the OK attribute. This optional attribute is used to indicate that a renewable token is acceptable if the requested duration exceeds the limit of the issuance service. That is, if true
, then the token can be renewed after its expiration. The default value is false
for security reasons.