enumerazione NETWORK_OPEN_INTEGRITY_QUALIFIER (ntifs.h)

Il tipo di enumerazione NETWORK_OPEN_INTEGRITY_QUALIFIER contiene valori che identificano il tipo di restrizione di integrità da collegare a un file.

Sintassi

typedef enum {
  NetworkOpenIntegrityAny,
  NetworkOpenIntegrityNone,
  NetworkOpenIntegritySigned,
  NetworkOpenIntegrityEncrypted,
  NetworkOpenIntegrityMaximum
} NETWORK_OPEN_INTEGRITY_QUALIFIER;

Costanti

 
NetworkOpenIntegrityAny
Indica che il file non ha restrizioni di integrità. Ovvero, il file non ha restrizioni su come firmare, crittografare e così via.
NetworkOpenIntegrityNone
Indica che il file non è firmato o crittografato.
NetworkOpenIntegritySigned
Indica che il file è firmato end-to-end.
NetworkOpenIntegrityEncrypted
Indica che il file è crittografato end-to-end.
NetworkOpenIntegrityMaximum
Indica che il file ha l'integrità migliore disponibile.

Requisiti

Requisito Valore
Client minimo supportato Questo tipo di enumerazione è disponibile a partire da Windows Vista.
Intestazione ntifs.h (include Ntifs.h)