DRMATTESTTYPE 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 DRMATTESTTYPE enumeration specifies what kind of signature to create for a data blob.

Syntax

typedef enum _DRMATTESTTYPE {
  DRMATTESTTYPE_FULLENVIRONMENT,
  DRMATTESTTYPE_HASHONLY
} DRMATTESTTYPE;

Constants

 
DRMATTESTTYPE_FULLENVIRONMENT
Create a signature using full environment information.
DRMATTESTTYPE_HASHONLY
Create a signature using only a hash of the environment.

Requirements

Requirement Value
Header msdrmdefs.h

See also

AD RMS Enumerations

DRMAttest