DRMSECURITYPROVIDERTYPE 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 DRMSECURITYPROVIDERTYPE enumeration specifies the type of secure DRM environment used.

Syntax

typedef enum _DRMSECURITYPROVIDERTYPE {
  DRMSECURITYPROVIDERTYPE_SOFTWARESECREP
} DRMSECURITYPROVIDERTYPE;

Constants

 
DRMSECURITYPROVIDERTYPE_SOFTWARESECREP
Software-level security, using a lockbox.

Requirements

Requirement Value
Header msdrmdefs.h

See also

AD RMS Enumerations