DRMENCODINGTYPE 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 DRMENCODINGTYPE enumeration identifies possible encoding types used in licenses.
Syntax
typedef enum _DRMENCODINGTYPE {
DRMENCODINGTYPE_BASE64,
DRMENCODINGTYPE_STRING,
DRMENCODINGTYPE_LONG,
DRMENCODINGTYPE_TIME,
DRMENCODINGTYPE_UINT,
DRMENCODINGTYPE_RAW
} DRMENCODINGTYPE;
Constants
DRMENCODINGTYPE_BASE64 Base 64 encoded value. |
DRMENCODINGTYPE_STRING String value. |
DRMENCODINGTYPE_LONG Long value. |
DRMENCODINGTYPE_TIME Time value. |
DRMENCODINGTYPE_UINT Unsigned integer. |
DRMENCODINGTYPE_RAW Binary data. |
Requirements
Requirement | Value |
---|---|
Header | msdrmdefs.h |