JwtSecurityToken.ValidTo Property
Gets 'value' of the expiration claim from JSON in the form of { exp, 'value' } converted to a DateTime assuming 'value' is seconds since UnixEpoch (UTC 1970-01-01T0:0:0Z).
Namespace: System.IdentityModel.Tokens
Assembly: System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ValidTo As DateTime
public override DateTime ValidTo { get; }
public:
virtual property DateTime ValidTo {
DateTime get () override;
}
abstract ValidTo : DateTime with get
override ValidTo : DateTime with get
override function get ValidTo () : DateTime
Property Value
Type: System.DateTime
Returns DateTime.
Remarks
If the expiration claim is not found, then MinValue is returned.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.