JsonWebTokenValidationParameters.ValidateNotBefore 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 Property ValidateNotBefore As Boolean
public bool ValidateNotBefore { get; set; }
public:
property bool ValidateNotBefore {
    bool get ();
    void set (bool value);
}
member ValidateNotBefore : bool with get, set
function get ValidateNotBefore () : boolean 
function set ValidateNotBefore (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

JsonWebTokenValidationParameters Class

Microsoft.VisualStudio.Services.Common.JWT Namespace