NETWORK_OPEN_INTEGRITY_QUALIFIER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef enum {
  NetworkOpenIntegrityAny,
  NetworkOpenIntegrityNone,
  NetworkOpenIntegritySigned,
  NetworkOpenIntegrityEncrypted,
  NetworkOpenIntegrityMaximum
} NETWORK_OPEN_INTEGRITY_QUALIFIER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntifs-network_open_integrity_qualifier)

NETWORK_OPEN_INTEGRITY_QUALIFIER enumeration

Description

The NETWORK_OPEN_INTEGRITY_QUALIFIER enumeration type contains values that identify the kind of integrity restriction to attach to a file.

Constants

NetworkOpenIntegrityAny

Indicates that the file has no integrity restrictions. That is, the file has no restrictions about how to sign, encrypt, and so on.

NetworkOpenIntegrityNone

Indicates that the file is not signed or encrypted.

NetworkOpenIntegritySigned

Indicates that the file is signed end-to-end.

NetworkOpenIntegrityEncrypted

Indicates that the file is encrypted end-to-end.

NetworkOpenIntegrityMaximum

Indicates that the file has the best integrity that is available.