|   | Security | 
 Inheritance Hierarchy
Inheritance Hierarchy
         Syntax
SyntaxThe SecurityProviderCache type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SecurityProviderCache | Creates a new SecurityProviderCache. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AutoRefresh(ISecurityProvider) | Adds the given provider to the collection of providers being automatically refreshed on the user cache timeout interval. | 
|   | AutoRefresh(ISecurityProvider, Boolean) | Adds the given provider to the collection of providers being automatically refreshed on the user cache timeout interval. | 
|  | CreateProvider(String, IPrincipal, Boolean) | Creates a new provider from data cached by the SecurityProviderCache. | 
|   | CreateProvider(String, IPrincipal, Boolean, Boolean) | Creates a new provider from data cached by the SecurityProviderCache. | 
|  | DisableAutoRefresh(ISecurityProvider) | Removes the given provider from the collection of providers being automatically refreshed. | 
|   | DisableAutoRefresh(ISecurityProvider, Boolean) | Removes the given provider from the collection of providers being automatically refreshed. | 
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | 
|  | Flush(String) | Removes any cached information about the user with the given username. | 
|   | Flush(String, Boolean) | Removes any cached information about the user with the given username. | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|  | RefreshAll | Forces all cached providers to refresh state. | 
|   | RefreshAll(Boolean) | Forces all cached providers to refresh state. | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | DefaultAlternateSettingsCategory | Specifies the default value for the SettingsCategory property for the AlternateSecurityProvider. | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | GetEnumValueOrDefault | Gets the enumeration constant for value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
|  | GetEnumValueOrDefaultT | Gets the enumeration constant for this value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
 See Also
See Also