Microsoft.IdentityModel.Tokens.Experimental.LifetimeValidationDelegate
Definition for delegate that will validate the lifetime of a SecurityToken.
namespace Microsoft.IdentityModel.Tokens.Experimental
{
[return: System.Runtime.CompilerServices.Nullable(new byte[] {
0,
1
})]
public delegate ValidationResult<ValidatedLifetime, ValidationError> LifetimeValidationDelegate (DateTime? notBefore, DateTime? expires, SecurityToken securityToken, ValidationParameters validationParameters, CallContext callContext);
}