Defines types of smart card providers.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As SmartcardProviderType

Syntax

Visual Basic
Public Enumeration SmartcardProviderType
C#
public enum SmartcardProviderType
C++
public enum class SmartcardProviderType
J#
public enum SmartcardProviderType
JScript
public enum SmartcardProviderType

Members

Member name Description
BaseCsp Base CSP smart card provider.
None No smart card provider type is specified. This value is used for software profile templates.
Pkcs11 PKCS#11 smart card provider.

Remarks

You can use smart card providers to specify which type of middleware the profile supports. Two smart card provider types are supported by FIM CM: PKCS#11 and Base CSP.


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