IdentityModelCaches Class

Definition

Defines the caches that are configured to detect replayed tokens and to cache session tokens. This class cannot be inherited.

public ref class IdentityModelCaches sealed
public sealed class IdentityModelCaches
type IdentityModelCaches = class
Public NotInheritable Class IdentityModelCaches
Inheritance
IdentityModelCaches

Remarks

Gets and sets the configured TokenReplayCache and SessionSecurityTokenCache. The Caches property of the IdentityConfiguration class and of the SecurityTokenHandlerConfiguration class is an instance of IdentityModelCaches.

Constructors

IdentityModelCaches()

Initializes a new instance of the IdentityModelCaches class.

Properties

SessionSecurityTokenCache

Gets or sets the SessionSecurityTokenCache that is used to cache the SessionSecurityToken.

TokenReplayCache

Gets or sets the TokenReplayCache that is used to determine whether tokens are replayed.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
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)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to