// ehstorbandmgmt.h
typedef enum {
AlgoIdTypeInvalid,
AlgoIdTypeOidString,
AlgoIdTypeNumeric
} ALGOIDTYPE;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies the crypto algorithm ID type.
AlgoIdTypeInvalidSpecifies an invalid crypto algorithm ID type.
AlgoIdTypeOidStringSpecifies a string crypto algorithm ID type.
AlgoIdTypeNumericSpecifies a numeric crypto algorithm ID type.