Renewing Class

Definition

Represents the wst:Renewing element in a WS-Trust renew request.

public ref class Renewing
public class Renewing
type Renewing = class
Public Class Renewing
Inheritance
Renewing

Remarks

This optional element indicates to the token issuer that the requested token can be renewed if the Allow attribute is true and that the token can be renewed after it expires if the OK attribute is true. These attributes are represented by the AllowRenewal and the OkForRenewalAfterExpiration properties respectively.

For more information about the element that this class represents, see the version of the WS-Trust specification that applies to your scenario.

Constructors

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.

Properties

AllowRenewal

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

OkForRenewalAfterExpiration

Gets or sets a value that indicates whether the token can be renewed after it has expired.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to