Interface IIDCache
The ID cache manages IDs.
Namespace: ComponentSpace.SAML2.Cache
Assembly: ComponentSpace.Saml2.dll
Syntax
public interface IIDCache
Methods
Add(string, DateTime)
Adds the ID with an associated expiration time to the cache.
Declaration
bool Add(string id, DateTime expirationDateTime)
Parameters
Type | Name | Description |
---|---|---|
string | id | The ID. |
DateTime | expirationDateTime | The expiration time. |
Returns
Type | Description |
---|---|
bool |
|