Condividi tramite


Enumerazione DRMATTESTTYPE (msdrmdefs.h)

Nota

La funzionalità AD RMS SDK esposta dal client in Msdrm.dll è disponibile per l'uso in Windows Server 2008, Windows Vista, Windows Server 2008 R2, Windows 7, Windows Server 2012 e Windows 8. È possibile che in versioni successive sia stata modificata o non sia più disponibile. Usare invece Active Directory Rights Management Services SDK 2.1, che sfrutta le funzionalità esposte dal client in Msipc.dll.

L'enumerazione DRMATTESTTYPE specifica il tipo di firma da creare per un BLOB di dati.

Sintassi

typedef enum _DRMATTESTTYPE {
  DRMATTESTTYPE_FULLENVIRONMENT,
  DRMATTESTTYPE_HASHONLY
} DRMATTESTTYPE;

Costanti

 
DRMATTESTTYPE_FULLENVIRONMENT
Creare una firma usando informazioni complete sull'ambiente.
DRMATTESTTYPE_HASHONLY
Creare una firma usando solo un hash dell'ambiente.

Requisiti

Requisito Valore
Intestazione msdrmdefs.h

Vedi anche

Enumerazioni AD RMS

DRMAttest