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 DRMATTESTTYPE enumeration specifies what kind of signature to create for a data blob.
Syntax
typedef enum _DRMATTESTTYPE {
DRMATTESTTYPE_FULLENVIRONMENT,
DRMATTESTTYPE_HASHONLY
} DRMATTESTTYPE;
Constants
DRMATTESTTYPE_FULLENVIRONMENTCreate a signature using full environment information. |
DRMATTESTTYPE_HASHONLYCreate a signature using only a hash of the environment. |
Requirements
| Requirement | Value |
|---|---|
| Header | msdrmdefs.h |