MruSecurityTokenCache Constructor (Int32)

Constructor to create an instance of this class.

Namespace: Microsoft.IdentityModel
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

    Dim maximumSize As Integer

Dim instance As New MruSecurityTokenCache(maximumSize)

Syntax

'Declaration
Public Sub New ( _
    maximumSize As Integer _
)
public MruSecurityTokenCache (
    int maximumSize
)
public:
MruSecurityTokenCache (
    int maximumSize
)
public MruSecurityTokenCache (
    int maximumSize
)
public function MruSecurityTokenCache (
    maximumSize : int
)

Parameters

  • maximumSize
    Defines the maximum size of the cache.

Exceptions

Exception type Condition

Remarks

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also

Reference

MruSecurityTokenCache Class
MruSecurityTokenCache Members
Microsoft.IdentityModel Namespace