This documentation is archived and is not being maintained.
ContentUser Class
Visual Studio 2010
Represents a user or user-group for granting access to rights managed content.
Assembly: WindowsBase (in WindowsBase.dll)
The ContentUser type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | AnyoneUser | Gets an instance of the "Anyone" ContentUser persona. |
![]() | AuthenticationType | Gets the AuthenticationType specified to the ContentUser constructor. |
![]() | Name | Gets the user or group name specified to the ContentUser constructor. |
![]() ![]() | OwnerUser | Gets an instance of the "Owner" ContentUser persona. |
| Name | Description | |
|---|---|---|
![]() | Equals | Returns a value that indicates whether this ContentUser is equivalent to another given instance. (Overrides Object::Equals(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.) |
![]() | GetHashCode | Returns a computed hash code based on the user Name and AuthenticationType. (Overrides Object::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsAuthenticated | Returns a value that indicates whether the user is currently authenticated. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
As with other System.Security.RightsManagement types, ContentUser 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:
