Share via


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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

JsonWebTokenValidationParameters Class

Microsoft.VisualStudio.Services.Common.JWT Namespace