UserActivationMode Enumeration
.NET Framework (current version)
Specifies the type of user Rights Account Certificate to request for rights management activation.
Assembly: WindowsBase (in WindowsBase.dll)
| Member name | Description | |
|---|---|---|
| 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.
.NET Framework
Available since 3.0
Available since 3.0
Show: