JsonWebToken.ValidTo Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common.JWT
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public ReadOnly Property ValidTo As DateTime
public DateTime ValidTo { get; }
public:
property DateTime ValidTo {
    DateTime get ();
}
member ValidTo : DateTime with get
function get ValidTo () : DateTime

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

JsonWebToken Class

Microsoft.VisualStudio.Services.Common.JWT Namespace