This documentation is archived and is not being maintained.
SecureEnvironment Class
Visual Studio 2010
Represents a secure client session for user activation, license binding, and other rights management operations.
Assembly: WindowsBase (in WindowsBase.dll)
The SecureEnvironment type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ApplicationManifest | Gets the ApplicationManifest specified when the SecureEnvironment was created. |
![]() | User | Gets the user or user-group specified when the SecureEnvironment was created. |
| Name | Description | |
|---|---|---|
![]() ![]() | Create(String, ContentUser) | Creates a secure client session for a specified user with a given rights manifest. |
![]() ![]() | Create(String, AuthenticationType, UserActivationMode) | Creates a secure client session given an application rights manifest, AuthenticationType, and UserActivationMode. |
![]() | Dispose() | Releases all resources used by the SecureEnvironment. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the SecureEnvironment and optionally releases the managed resources. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetActivatedUsers | Returns a list of the activated users. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsUserActivated | Indicates whether a given user has been activated for accessing rights managed content. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | RemoveActivatedUser | Removes the license activation for a specified user. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
As with other System.Security.RightsManagement types, SecureEnvironment is only usable in full trust applications.
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
