| SecurIdTokenExpirationDate Property |
Gets the expiration date of the token represented by the current
SecurIdToken object.
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax public DateTime ExpirationDate { get; }
Public ReadOnly Property ExpirationDate As DateTime
Get
public:
property DateTime ExpirationDate {
DateTime get ();
}
member ExpirationDate : DateTime with get
Property Value
Type:
DateTimeSee Also