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