ISecurityTokenCache Interface

Defines a security token cache.

Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Public Class securityTokenCacheImplementation
    Implements ISecurityTokenCache
End Class
Dim securityTokenCacheImplementation1 As New securityTokenCacheImplementation()

Syntax

'Declaration
Public Interface ISecurityTokenCache
    Inherits IEnumerable
public interface ISecurityTokenCache : IEnumerable
public interface class ISecurityTokenCache : IEnumerable
public interface ISecurityTokenCache implements IEnumerable
public interface ISecurityTokenCache implements IEnumerable

Remarks

Notes to Implementers: Calls to the property indexer and methods exposed by this interface must be thread safe.

Notes to Inheritors: When you implement the ISecurityTokenCache interface, you must make the indexer and all methods exposed by this interface thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

ISecurityTokenCache Members
Microsoft.Web.Services3.Security.Tokens Namespace