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
- 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.