Share via


LifeTime Members

Represents the period of time that a security token is valid.

The following tables list the members exposed by the LifeTime type.

Public Constructors

  Name Description
LifeTime Overloaded. Initializes a new instance of the LifeTime class.

Top

Public Properties

  Name Description
public property Created Gets the creation time for the lifetime.
public property Expires Gets the expiration time for the lifetime.
public property IsCurrent Gets a value indicating whether the current time is within the lifetime.
public property IsExpired Gets a value indicating whether the current time is later than the lifetime's expiration time.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method GetXml Generates an XML representation of the LifeTime from the specified XML document.
public method LoadXml Loads the contents of the specified XML element into properties of the LifeTime.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

LifeTime Class
Microsoft.Web.Services3.Security Namespace