SecurityStampValidatorOptions Class
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.
Options for ISecurityStampValidator.
public ref class SecurityStampValidatorOptions
public class SecurityStampValidatorOptions
type SecurityStampValidatorOptions = class
Public Class SecurityStampValidatorOptions
- Inheritance
-
SecurityStampValidatorOptions
Constructors
SecurityStampValidatorOptions() |
Properties
OnRefreshingPrincipal |
Invoked when the default security stamp validator replaces the user's ClaimsPrincipal in the cookie. |
TimeProvider |
Gives control over the timestamps for testing purposes. |
ValidationInterval |
Gets or sets the TimeSpan after which security stamps are re-validated. Defaults to 30 minutes. |