Interface IIDCache
The ID cache manages IDs.
Namespace: ComponentSpace.SAML2.Data
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 |
---|---|---|
System.String | id | The ID. |
System.DateTime | expirationDateTime | The expiration time. |
Returns
Type | Description |
---|---|
System.Boolean |
|