Share via


MRUSecurityTokenCache Constructor

Initializes a new instance of the MRUSecurityTokenCache class.

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

Usage

'Usage
Dim capacity As Integer
Dim mRUSecurityTokenCache1 As New MRUSecurityTokenCache(capacity)

Syntax

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

Parameters

  • capacity
    The maximum number of security tokens that can be added to 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

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