Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 AlgorithmFlags {
AlgorithmFlagsNone = 0,
AlgorithmFlagsWrap = 0x1
} ;
Constants
AlgorithmFlagsNoneValue: 0 No flags are specified. |
AlgorithmFlagsWrapValue: 0x1 The algorithm is used for key wrapping. For more information, see InitializeFromAlgorithmName. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | certenroll.h |