ITokenReplayCache Interface
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.
Interface that defines a simple cache for tacking replaying of security tokens.
public interface ITokenReplayCache
type ITokenReplayCache = interface
Public Interface ITokenReplayCache
Methods
TryAdd(String, DateTime) |
Try to add a securityToken. |
TryFind(String) |
Try to find securityToken |