Constructor to create an instance of this
class.
Namespace: Microsoft.IdentityModel
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
maximumSize As Integer _
)
|
C# |
public MruSecurityTokenCache (
int maximumSize
)
|
C++ |
public:
MruSecurityTokenCache (
int maximumSize
)
|
J# |
public MruSecurityTokenCache (
int maximumSize
)
|
JScript |
public function MruSecurityTokenCache (
maximumSize : int
)
|
Parameters
- maximumSize
-
Defines the maximum size of the cache.
Exceptions
Remarks
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also