DRM_DISTRIBUTION_POINT_INFO enumeration (msdrmdefs.h)

Note

The AD RMS SDK leveraging functionality exposed by the client in Msdrm.dll is available for use in Windows Server 2008, Windows Vista, Windows Server 2008 R2, Windows 7, Windows Server 2012, and Windows 8. It may be altered or unavailable in subsequent versions. Instead, use Active Directory Rights Management Services SDK 2.1, which leverages functionality exposed by the client in Msipc.dll.

The DRM_DISTRIBUTION_POINT_INFO enumeration specifies the type of distribution point to retrieve information about when calling DRMGetIssuanceLicenseInfo.

Syntax

typedef enum _DRM_DISTRIBUTION_POINT_INFO {
  DRM_DISTRIBUTION_POINT_LICENSE_ACQUISITION,
  DRM_DISTRIBUTION_POINT_PUBLISHING,
  DRM_DISTRIBUTION_POINT_REFERRAL_INFO
} DRM_DISTRIBUTION_POINT_INFO;

Constants

 
DRM_DISTRIBUTION_POINT_LICENSE_ACQUISITION
Retrieves information about the default end-user license acquisition URL contained in the issuance license. Use this constant to retrieve information about the silent intranet URL. The following example shows a license acquisition URL.

xml<br><DISTRIBUTIONPOINT><br> <OBJECT type="License-Acquisition-URL"><br> <ID type="MS-GUID"><br> {0045FD50-383B-43AA-90A4-ED013CD0CFE5}<br> </ID><br> <NAME>Contoso Licensing Authority</NAME><br> <ADDRESS type="URL"><br> http://Contoso.com/_wmcs/licensing<br> </ADDRESS><br> </OBJECT><br></DISTRIBUTIONPOINT><br>
DRM_DISTRIBUTION_POINT_PUBLISHING
Retrieves information about the issuance license signing service URL contained in the issuance license. The following example shows a signing service URL.

xml<br><DISTRIBUTIONPOINT><br> <OBJECT type="Publishing-URL"><br> <ID type="MS-GUID">{9A23D98E-4449-4ba5-812A-F30808F3CB16}</ID> <br> <NAME>Publishing Point</NAME> <br> <ADDRESS type="URL">HTTP://petx64a526/_wmcs/licensing</ADDRESS> <br> </OBJECT><br></DISTRIBUTIONPOINT><br>
DRM_DISTRIBUTION_POINT_REFERRAL_INFO
Retrieves information about the nonsilent end-user license acquisition URL in the issuance license.

>[!Note]
>Beginning with RMS 1.0 SP1, nonsilent license acquisition is no longer supported.

xml<br><DISTRIBUTIONPOINT><br> <OBJECT type="Referral-Info"><br> <ID type="MS-GUID">{81C42010-208A-4ABA-BAB6-C3C60F06DD5F}</ID><br> <NAME>Contoso Credit Card Splash Page</NAME><br> <ADDRESS type="URL"><br> https://www.contoso.com/CreditCardOffers.htm<br> </ADDRESS><br> </OBJECT><br></DISTRIBUTIONPOINT><br>

Requirements

Requirement Value
Header msdrmdefs.h

See also

AD RMS Enumerations

DRMGetIssuanceLicenseInfo