Partager via


IssuedTokenCache Constructor

Initializes a new instance of the IssuedTokenCache class by specifying the maximum number of issued security tokens in the cache.

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

Usage

'Usage
Dim capacity As Integer
Dim issuedTokenCache1 As New IssuedTokenCache(capacity)

Syntax

'Declaration
Public Sub New( _
    ByVal capacity As Integer _
)
public IssuedTokenCache(
    int capacity
);
public:
IssuedTokenCache(
    int capacity
);
public IssuedTokenCache(
    int capacity
);
public function IssuedTokenCache(
     capacity : int
);

Parameters

  • capacity
    The maximum number of issued security tokens in the cache.

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

IssuedTokenCache Class
IssuedTokenCache Members
Microsoft.Web.Services3.Security.Tokens Namespace