VersionData 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 VersionData SOAP data type specifies the version of AD RMS required by the client and the server.
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 VersionData class is derived from SoapHeader.
Members
Properties
The VersionData class has these properties.
Property | Access type | Description |
---|---|---|
MaximumVersion |
Read/write |
The maximum version required or understood by the sending party, using the format a.b.c.d where a, b, c, and d are nonnegative integers. |
MinimumVersion |
Read/write |
The minimum version required or understood by the sending party, using the format a.b.c.d where a, b, c, and d are nonnegative integers. |
Web Service Description Page
ServerURL/_wmcs/Licensing/License.asmx?wsdl
Remarks
When the client sends this value, it specifies the minimum and maximum AD RMS versions that it requires. When the server sends this value, it specifies the AD RMS version compatibility the client must have to continue.
The actual structure of the SOAP type varies from language to language. This structure is defined in the .wsdl page of every SOAP method.
Requirements
Product |
Rights Management Services 1.0 SP2 or later |