A value that indicates that the number of temporary smart cards that are allowed for users of the profile template is unlimited.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim value As Integer

value = TemporaryCardsPolicy.UnlimitedIssuedAllowed

Syntax

Visual Basic
Public Const UnlimitedIssuedAllowed As Integer
C#
public const int UnlimitedIssuedAllowed
C++
public:
literal int UnlimitedIssuedAllowed
J#
public static final int UnlimitedIssuedAllowed
JScript
public const var UnlimitedIssuedAllowed : int

Remarks

If the number of temporary smart cards that are allowed for users of the profile template is unlimited, the NumberOfIssuedAllowed property is set to this value.


Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also