Show / Hide Table of Contents

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

true if the ID doesn't already exist in the cache; otherwise false.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.