ValidatedLifetime(Nullable<DateTime>, Nullable<DateTime>) Constructor
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.
Initializes a new instance of ValidatedLifetime.
public ValidatedLifetime(DateTime? notBefore, DateTime? expires);
new Microsoft.IdentityModel.Tokens.Experimental.ValidatedLifetime : Nullable<DateTime> * Nullable<DateTime> -> Microsoft.IdentityModel.Tokens.Experimental.ValidatedLifetime
Public Sub New (notBefore As Nullable(Of DateTime), expires As Nullable(Of DateTime))
Parameters
The DateTime representing the time from which the token is considered valid.