Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IKE_AUTHENTICATION_METHOD enumeration indicates the type of Internet Key Exchange (IKE) authentication method.
Syntax
typedef enum {
  IKE_AUTHENTICATION_PRESHARED_KEY_METHOD = 1
} IKE_AUTHENTICATION_METHOD, *PIKE_AUTHENTICATION_METHOD;
Constants
| IKE_AUTHENTICATION_PRESHARED_KEY_METHODValue: 1 The authentication method was preshared. | 
Remarks
Used in conjunction with the SetIScsiIKEInfo function to establish the IPsec policy to use during iSCSI operations.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] | 
| Minimum supported server | Windows Server 2008 [desktop apps only] | 
| Header | iscsidsc.h |