UserPermission Enumeration

Defines permissions that can be performed for other users.

Namespace: Microsoft.Clm.Shared
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Syntax

'Declaration
Public Enumeration UserPermission
'Usage
Dim instance As UserPermission
public enum UserPermission
public enum class UserPermission
public enum UserPermission
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

Windows XP SP2, Windows Server 2003 SP1

See Also

Reference

Microsoft.Clm.Shared Namespace

Footer image

Send comments about this topic to Microsoft.

© 2007 Microsoft Corporation. All rights reserved.