This documentation is archived and is not being maintained.

GenericXmlSecurityToken::ValidTo Property

Gets the last instant in time at which this security token is valid.

Namespace:  System.IdentityModel.Tokens
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
virtual property DateTime ValidTo {
	DateTime get () override;
}

Property Value

Type: System::DateTime
A DateTime that represents the last instant in time at which this security token is valid.

Use the ValidFrom and ValidTo properties to determine the time period in which a GenericXmlSecurityToken token is valid. The ValidFrom and ValidTo properties represent the first and last instants in time in which the security token is valid, respectively.

The ValidTo property is specified using the expirationTime parameter of the constructor. The value returned from this property is always in Coordinated Universal Time (UTC).

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: