Renewing Constructors

Definition

Initializes a new instance of the Renewing class.

Overloads

Renewing()

Initializes a new instance of the RenewingRenewing class with default property values.

Renewing(Boolean, Boolean)

Initializes a new instance of the RenewingRenewing class with the specified values.

Renewing()

Initializes a new instance of the RenewingRenewing class with default property values.

C#
public Renewing();

Remarks

The following table shows the initial property values for the new Renewing instance.

Property Value
AllowRenewal true
OkForRenewalAfterExpiration false

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Renewing(Boolean, Boolean)

Initializes a new instance of the RenewingRenewing class with the specified values.

C#
public Renewing(bool allowRenewal, bool okForRenewalAfterExpiration);

Parameters

allowRenewal
Boolean

true if renewal is permitted; otherwise, false.

okForRenewalAfterExpiration
Boolean

true if the requested token can be renewed after it has expired; otherwise, false.

Remarks

The properties of the new Renewing instance are set according to the value of the parameters.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1