AcquireContentKeyResponse 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 AcquireContentKeyResponse class contains a decrypted content key provided by a call to the AcquireContentKey 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 AcquireContentKeyResponse class is derived from System.Object.

Members

Properties

The AcquireContentKeyResponse class has these properties.

Property Access type Description
ContentKeyType
Read/write
A [String](/dotnet/api/system.string) that identifies the type of content key. This can be one of the following values.
"AES"
The content key is an AES key.
"DES"
The content key is a DES key.
"RSA"
The content key is an RSA key.
"Unknown"
The content key type is not known.

Fields

The AcquireContentKeyResponse class has the following fields.

Field Description
ContentKey Data type: Byte[]
An array of Bytes that contains the decrypted content key.

Web Service Description Page

ServerURL/_wmcs/Decommission/Decommission.asmx?wsdl

Remarks

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

AcquireContentKey

AD RMS SOAP Data Types