IdentityModelCaches Class
Defines the caches that are configured to detect replayed tokens and to cache session tokens. This class cannot be inherited.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
| Name | Description | |
|---|---|---|
![]() | IdentityModelCaches() | Initializes a new instance of the IdentityModelCaches class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Gets and sets the configured TokenReplayCache and SessionSecurityTokenCache. The Caches property of the IdentityConfiguration class and of the T:System.IdentityModel.Configuration.SecurityTokenHandlerConfiguration class is an instance of IdentityModelCaches.
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

