ContentUser Class
Represents a user or user-group for granting access to rights managed content.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() | ContentUser(String^, AuthenticationType) | Initializes a new instance of the ContentUser class. |
| 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(Object^) | 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() | |
![]() | IsAuthenticated() | Returns a value that indicates whether the user is currently authenticated. |
![]() | MemberwiseClone() | |
![]() | 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.
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.



