SmartcardProviderType Enumeration

Defines types of smart card providers.

Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)

Usage

'Usage
Dim instance As SmartcardProviderType

Syntax

'Declaration
Public Enumeration SmartcardProviderType
public enum SmartcardProviderType
public enum class SmartcardProviderType
public enum SmartcardProviderType
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

Reference

Microsoft.Clm.Shared.ProfileTemplates Namespace