SecureEnvironment Class
Represents a secure client session for user activation, license binding, and other rights management operations.
Assembly: WindowsBase (in WindowsBase.dll)
| 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^, AuthenticationType, UserActivationMode) | Creates a secure client session given an application rights manifest, AuthenticationType, and UserActivationMode. |
![]() ![]() | Create(String^, ContentUser^) | Creates a secure client session for a specified user with a given rights manifest. |
![]() | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | IsUserActivated(ContentUser^) | Indicates whether a given user has been activated for accessing rights managed content. |
![]() | MemberwiseClone() | |
![]() ![]() | RemoveActivatedUser(ContentUser^) | 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.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



