The DSAFIPSVERSION_ENUM enumeration type contains FIPS version information. It is used by the BCRYPT_DSA_KEY_BLOB_V2 and BCRYPT_DSA_PARAMETER_HEADER_V2 structures.
typedef enum __unnamed_enum_0003_2
{
DSA_FIPS186_2,
DSA_FIPS186_3
} DSAFIPSVERSION_ENUM;
| Constant | Description |
|---|---|
| DSA_FIPS186_2 | Federal Information Processing Standard (FIPS) 2. |
| DSA_FIPS186_3 | Federal Information Processing Standard (FIPS) 3. |
Header: Declared in bcrypt.h.
Library: Use bcrypt.lib.