This documentation is archived and is not being maintained.
ContentGrant Class
Visual Studio 2010
Represents a right granted to a user to access information in a rights managed document.
Assembly: WindowsBase (in WindowsBase.dll)
The ContentGrant type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ContentGrant(ContentUser, ContentRight) | Initializes a new instance of the ContentGrant class that grants a specified ContentUser a specified ContentRight. |
![]() | ContentGrant(ContentUser, ContentRight, DateTime, DateTime) | Initializes a new instance of the ContentGrant class that grants a specified ContentUser a specified ContentRight for a specified DateTime duration. |
| Name | Description | |
|---|---|---|
![]() | Right | Gets the ContentRight that is granted. |
![]() | User | Gets the user who is granted the access Right. |
![]() | ValidFrom | Gets the starting date and time that the granted Right begins. |
![]() | ValidUntil | Gets the ending date and time that the granted Right expires. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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, ContentGrant 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:
