Click or drag to resize

SecurityProviderCache Methods

The SecurityProviderCache type exposes the following members.

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