SessionSecurityToken.ValidFrom Property

Definition

Gets the time instant from which the token is valid.

public:
 virtual property DateTime ValidFrom { DateTime get(); };
public override DateTime ValidFrom { get; }
member this.ValidFrom : DateTime
Public Overrides ReadOnly Property ValidFrom As DateTime

Property Value

The time from which the token is valid.

Applies to