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. |
Top
Public Properties
Name | Description | |
---|---|---|
Created | Gets the creation time for the lifetime. | |
Expires | Gets the expiration time for the lifetime. | |
IsCurrent | Gets a value indicating whether the current time is within the lifetime. | |
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 | |
---|---|---|
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
GetXml | Generates an XML representation of the LifeTime from the specified XML document. | |
LoadXml | Loads the contents of the specified XML element into properties of the LifeTime. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top