ContentGrant Class

 

Represents a right granted to a user to access information in a rights managed document.

Namespace:   System.Security.RightsManagement
Assembly:  WindowsBase (in WindowsBase.dll)

System::Object
  System.Security.RightsManagement::ContentGrant

[SecurityCriticalAttribute(SecurityCriticalScope::Everything)]
public ref class ContentGrant 

NameDescription
System_CAPS_pubmethodContentGrant(ContentUser^, ContentRight)

Initializes a new instance of the ContentGrant class that grants a specified ContentUser a specified ContentRight.

System_CAPS_pubmethodContentGrant(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.

NameDescription
System_CAPS_pubpropertyRight

Gets the ContentRight that is granted.

System_CAPS_pubpropertyUser

Gets the user who is granted the access Right.

System_CAPS_pubpropertyValidFrom

Gets the starting date and time that the granted Right begins.

System_CAPS_pubpropertyValidUntil

Gets the ending date and time that the granted Right expires.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

.NET Framework
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.

Return to top
Show: