다음을 통해 공유


AcquirePreLicenseParams class

[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 AcquirePreLicenseParams SOAP data type contains the information required to request a use license by using the AcquirePreLicense SOAP web method.

Note

This SOAP data type is documented as if it were used in a .NET Framework XML web service client. For more information about creating an XML web service client, see Building XML Web Service Clients and Accessing XML Web Services in Managed Code.

Inheritance

The AcquirePreLicenseParams class is derived from System.Object.

Members

Fields

The AcquirePreLicenseParams class has the following fields.

Field Description
LicenseeIdentities Data type: String[]
An array of strings that contains the licensee identifiers. These identifiers can either be a fully qualified Windows email address (for example, "someone@example.com"), or a Windows SID.
IssuanceLicense Data type: XmlNode[]
An array of XML nodes that contains the issuance licenses (leaf certificate in the chain only) to use in licensing.
ApplicationData This field is not currently used.

Web Service Description Page

ServerURL/_wmcs/Licensing/License.asmx?wsdl

Remarks

This class is used by AcquirePreLicense to get a use license for one or more people using the same issuance license.

The actual structure of the SOAP type varies from language to language. To obtain the structure of the type, query the web service description page.

Requirements

Product
Rights Management Services 1.0 SP2 or later

See also

AD RMS SOAP Data Types

AcquirePreLicense

AcquirePreLicenseResponse