This topic has not yet been rated - Rate this topic

AlgorithmFlags enumeration

The AlgorithmFlags enumeration type contains flags that can be used to refine the search for a cryptographic algorithm. The only flag currently defined enables retrieval of key wrapping algorithms. This enumeration is used by the InitializeFromAlgorithmName method on the IObjectId interface.

Syntax


typedef enum  { 
  AlgorithmFlagsNone  = 0x00000000,
  AlgorithmFlagsWrap  = 0x00000001
} AlgorithmFlags;

Constants

AlgorithmFlagsNone

No flags are specified.

AlgorithmFlagsWrap

The algorithm is used for key wrapping. For more information, see InitializeFromAlgorithmName.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

CertEnroll.h

See also

CertEnroll Enumerations
CertEnroll Interfaces
ICspAlgorithm
IObjectId

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.