Share via


JsonWebToken.ValidFrom 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 ValidFrom As DateTime
public DateTime ValidFrom { get; }
public:
property DateTime ValidFrom {
    DateTime get ();
}
member ValidFrom : DateTime with get
function get ValidFrom () : DateTime

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

JsonWebToken Class

Microsoft.VisualStudio.Services.Common.JWT Namespace