Defines permissions that can be performed for other users.
Namespace: Microsoft.Clm.Shared
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As UserPermission

Syntax

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

Members

Member name Description
ClmRequestEnroll Permission to enroll a profile or a smart card for the user or group.
ClmRequestRecover Permission to recover a profile or a smart card for the user or group.
ClmRequestRetire Permission to retire a smart card for the user or group.
ClmRequestUnblock Permission to unblock a smart card for the user or group.

Remarks

These permissions would typically be granted to users or groups.


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