ALGOIDTYPE enumeration (ehstorbandmgmt.h)
Specifies the crypto algorithm ID type.
Syntax
typedef enum {
AlgoIdTypeInvalid,
AlgoIdTypeOidString,
AlgoIdTypeNumeric
} ALGOIDTYPE;
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. |
Requirements
Requirement | Value |
---|---|
Header | ehstorbandmgmt.h |