RightsManagementInformation.GetEmbeddedUseLicenses Method

Definition

Returns a dictionary collection of user and UseLicense key/value pairs from the encrypted rights management data stream.

public:
 System::Collections::Generic::IDictionary<System::Security::RightsManagement::ContentUser ^, System::Security::RightsManagement::UseLicense ^> ^ GetEmbeddedUseLicenses();
public System.Collections.Generic.IDictionary<System.Security.RightsManagement.ContentUser,System.Security.RightsManagement.UseLicense> GetEmbeddedUseLicenses ();
member this.GetEmbeddedUseLicenses : unit -> System.Collections.Generic.IDictionary<System.Security.RightsManagement.ContentUser, System.Security.RightsManagement.UseLicense>
Public Function GetEmbeddedUseLicenses () As IDictionary(Of ContentUser, UseLicense)

Returns

A collection of user and UseLicense key/value pairs that are contained in the rights managed protected package.

Remarks

GetEmbeddedUseLicenses only returns those use licenses that are currently embedded in the package. It does not include any other use licenses that the application might have acquired separately from a rights management server but that are not yet embedded in the package.

Applies to

See also