SAFER_IDENTIFICATION_TYPES enumeration (winsafer.h)
The SAFER_IDENTIFICATION_TYPES enumeration type defines the possible types of identification rule structures that can be identified by the SAFER_IDENTIFICATION_HEADER structure.
Syntax
typedef enum _SAFER_IDENTIFICATION_TYPES {
SaferIdentityDefault,
SaferIdentityTypeImageName = 1,
SaferIdentityTypeImageHash,
SaferIdentityTypeUrlZone,
SaferIdentityTypeCertificate
} SAFER_IDENTIFICATION_TYPES;
Constants
SaferIdentityDefault The header is for a default level structure. |
SaferIdentityTypeImageName Value: 1 The header is for a SAFER_PATHNAME_IDENTIFICATION structure. |
SaferIdentityTypeImageHash The header is for a SAFER_HASH_IDENTIFICATION structure. |
SaferIdentityTypeUrlZone The header is for a SAFER_URLZONE_IDENTIFICATION structure. |
SaferIdentityTypeCertificate The header is for a SAFER_PATHNAME_IDENTIFICATION structure. |
Remarks
The SAFER_IDENTIFICATION_TYPES enumeration type is used by the SAFER_IDENTIFICATION_HEADER structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | winsafer.h |