A value that indicates that the maximum number of certificates that can be stored on a smart card is unlimited.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim value As Integer

value = SmartcardConfig.UnlimitedCertificates

Syntax

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

Remarks

If the number of certificates that can be stored on a smart card is unlimited, the MaxNumberOfCertificates 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