BCRYPT_MULTI_OPERATION_TYPE enumeration (bcrypt.h)

The BCRYPT_MULTI_OPERATION_TYPE enumeration specifies type of multi-operation that is passed to the BCryptProcessMultiOperations function.

Syntax

typedef enum {
  BCRYPT_OPERATION_TYPE_HASH = 1
} BCRYPT_MULTI_OPERATION_TYPE;

Constants

 
BCRYPT_OPERATION_TYPE_HASH
Value: 1
A hash operation.

Requirements

Requirement Value
Header bcrypt.h

See also

BCryptProcessMultiOperations