ITokenReplayCache Interface

Definition

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

Applies to