Share via


JsonWebToken.ValidFrom Property

Namespace:  Microsoft.VisualStudio.Services.WebApi.Jwt
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.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.WebApi.Jwt Namespace