Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_BASE64Base 64 encoded value.  | 
DRMENCODINGTYPE_STRINGString value.  | 
DRMENCODINGTYPE_LONGLong value.  | 
DRMENCODINGTYPE_TIMETime value.  | 
DRMENCODINGTYPE_UINTUnsigned integer.  | 
DRMENCODINGTYPE_RAWBinary data.  | 
Requirements
| Requirement | Value | 
|---|---|
| Header | msdrmdefs.h |