JwtPayload.NotBefore Property

Definition

Gets the 'value' of the 'notebefore' claim { nbf, 'value' }.

public long? NotBefore { get; }
member this.NotBefore : Nullable<int64>
Public ReadOnly Property NotBefore As Nullable(Of Long)

Property Value

Remarks

If the 'notbefore' claim is not found OR could not be converted to Int64, null is returned.

Applies to