IKEEXT_CERT_CONFIG_TYPE (Compact 2013)
3/26/2014
The IKEEXT_CERT_CONFIG_TYPE enumerated type indicates a type of certificate configuration.
Syntax
typedef enum IKEEXT_CERT_CONFIG_TYPE_ {
IKEEXT_CERT_CONFIG_EXPLICIT_TRUST_LIST,
IKEEXT_CERT_CONFIG_ENTERPRISE_STORE,
IKEEXT_CERT_CONFIG_TRUSTED_ROOT_STORE,
IKEEXT_CERT_CONFIG_TYPE_MAX
} IKEEXT_CERT_CONFIG_TYPE;
Constants
- IKEEXT_CERT_CONFIG_EXPLICIT_TRUST_LIST
An explicit trust list will be used for authentication
- IKEEXT_CERT_CONFIG_ENTERPRISE_STORE
The enterprise store will be used as the trust list for authentication
- IKEEXT_CERT_CONFIG_TRUSTED_ROOT_STORE
The trusted root CA store will be used as the trust list for authentication
- IKEEXT_CERT_CONFIG_TYPE_MAX
Maximum value for testing purposes
Requirements
Header |
fwpmu.h |