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 | |
---|---|---|
![]() |
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 | Overloaded. (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. |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top