UnsignedPublishLicense Class
Represents an unsigned rights managed PublishLicense or an unsigned PublishLicense template.
Assembly: WindowsBase (in WindowsBase.dll)
XMLNS for XAML: Not mapped to an xmlns.
The UnsignedPublishLicense type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | UnsignedPublishLicense() | Initializes a new instance of the UnsignedPublishLicense class. |
![]() | UnsignedPublishLicense(String) | Initializes a new instance of the UnsignedPublishLicense class from a specified XrML publish-license template. |
| Name | Description | |
|---|---|---|
![]() | ContentId | Gets or sets the publisher-created content identifier. |
![]() | Grants | Gets a collection of assigned user rights. |
![]() | LocalizedNameDescriptionDictionary | Gets a collection of name and description pairs. |
![]() | Owner | Gets or sets the content owner. |
![]() | ReferralInfoName | Gets or sets the contact name for the author or publisher of the content. |
![]() | ReferralInfoUri | Gets or sets the contact URI for the author or publisher of the content. |
| 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.) |
![]() | Sign | Creates a signed PublishLicense and returns a UseLicense for the document author. |
![]() | ToString | Returns a serialized template created from the XrML of the UnsignedPublishLicense. (Overrides Object::ToString().) |
PublishLicense defines security data about rights, users, and other security-related information. The license defines how a specific user on a specific computer can use specified rights-managed content.
The publishing process begins with the document author, who defines rights information in an UnsignedPublishLicense. Next, the authoring application calls the UnsignedPublishLicense.Sign method to create a signed PublishLicense. The signed PublishLicense can then be provided to the end-user client application which can call AcquireUseLicense to request an end-user UseLicense. The returned UseLicense then allows the client application to exercise the rights that are granted to the user.
The document author can use the UnsignedPublishLicense class either to create a signed PublishLicense, or to build and serialize a PublishLicense template.
As with other System.Security.RightsManagement types, UnsignedPublishLicense 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.
