ALGOIDTYPE - NtDoc

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

typedef enum {
  AlgoIdTypeInvalid,
  AlgoIdTypeOidString,
  AlgoIdTypeNumeric
} ALGOIDTYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ehstorbandmgmt-algoidtype)

Description

Specifies the crypto algorithm ID type.

Constants

AlgoIdTypeInvalid

Specifies an invalid crypto algorithm ID type.

AlgoIdTypeOidString

Specifies a string crypto algorithm ID type.

AlgoIdTypeNumeric

Specifies a numeric crypto algorithm ID type.

Remarks

See also