SessionSecurityToken.ValidTo Property

Definition

Gets the time instant after which the token is no longer valid.

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

Property Value

The time after which the token is no longer valid.

Applies to