JwtPayload.NotBefore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.