Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 5.03 KB

winbio-bir-data-flags-constants.md

File metadata and controls

67 lines (42 loc) · 5.03 KB
title description ms.assetid topic_type api_name api_location api_type ms.topic ms.date
WINBIO_BIR_DATA_FLAGS Constants (Winbio\_types.h)
Specify the condition of the data.
F6F7F68A-3294-4AF8-A1A7-C6A869A2CC3C
apiref
WINBIO_DATA_FLAG_PRIVACY
WINBIO_DATA_FLAG_INTEGRITY
WINBIO_DATA_FLAG_SIGNED
WINBIO_DATA_FLAG_RAW
WINBIO_DATA_FLAG_INTERMEDIATE
WINBIO_DATA_FLAG_PROCESSED
WINBIO_DATA_FLAG_OPTION_MASK_PRESENT
Winbio_types.h
HeaderDef
reference
05/31/2018

WINBIO_BIR_DATA_FLAGS Constants

The following constants are used by the DataFlags member of the WINBIO_BIR_HEADER structure.

Constant/value Description
WINBIO_DATA_FLAG_PRIVACY
0x02
The data is encrypted.
WINBIO_DATA_FLAG_INTEGRITY
0x01
The data is digitally signed or is protected by a message authentication code (MAC).
WINBIO_DATA_FLAG_SIGNED
0x04
If this flag and the WINBIO_DATA_FLAG_INTEGRITY flag are set, the data is signed. If this flag is not set but the WINBIO_DATA_FLAG_INTEGRITY flag is set, a MAC is computed on the data.
WINBIO_DATA_FLAG_RAW
0x20
The data is in the format with which it was captured.
WINBIO_DATA_FLAG_INTERMEDIATE
0x40
The data is not raw but has not been completely processed.
WINBIO_DATA_FLAG_PROCESSED
0x80
The data has been processed.
WINBIO_DATA_FLAG_OPTION_MASK_PRESENT
0x08
The flag mask. This value is always one (1).

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
Winbio_types.h (include Winbio.h)

See also

Client Application Constants