Share via


UserPinOption Enumeration

Defines the options for the initial user PIN policy for a smart card.

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

Usage

'Usage
Dim instance As UserPinOption

Syntax

'Declaration
Public Enumeration UserPinOption
public enum UserPinOption
public enum class UserPinOption
public enum UserPinOption
public enum UserPinOption

Members

Member name Description
CustomServerDistributed A custom method will be used to create the user PIN.
None The method for handling the initial user PIN is not specified.
Randomized The server will create a random user PIN. The PIN will not be stored in the FIM CM database.
ServerDistributed The server will create and store a random user PIN.
UserProvided The user will be asked to provide the user PIN.

Remarks

The user PIN policy controls how the initial user PIN is managed in FIM CM. FIM CM offers a variety of methods for handling the initial user PIN. Some of these methods will require the initial user PIN to be stored in the FIM CM database.

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