UserActivationMode Enumeration

 

Specifies the type of user Rights Account Certificate to request for rights management activation.

Namespace:   System.Security.RightsManagement
Assembly:  WindowsBase (in WindowsBase.dll)

public enum class UserActivationMode

Member nameDescription
Permanent

A permanent Rights Account Certificate.

Temporary

A temporary Rights Account Certificate.

Used as a parameter to the Create method of a SecureEnvironment, UserActivationMode specifies to request either a Temporary or Permanent Rights Account Certificate.

The following example shows how to use this enumeration to create a SecureEnvironment.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: