ISecurityTokenCache Interface
Defines a security token cache.
Namespace: Microsoft.Web.Services2.Security.Tokens
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.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 : public IEnumerable
public interface ISecurityTokenCache implements IEnumerable
public interface ISecurityTokenCache implements IEnumerable
Remarks
Notes to Inheritors: When you implement the ISecurityTokenCache interface, you must make the indexer and all methods exposed by this interface thread safe.
Remarks
Note to implementors: 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 Longhorn, and Windows 2000
Target Platforms
Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone
See Also
Reference
Microsoft.Web.Services2.Security.Tokens Namespace