IKE_AUTHENTICATION_INFORMATION structure (iscsidsc.h)

The IKE_AUTHENTICATION_INFORMATION structure contains Internet Key Exchange (IKE) authentication information used to establish a secure channel between two key management daemons.

Syntax

typedef struct {
  IKE_AUTHENTICATION_METHOD AuthMethod;
  union {
    IKE_AUTHENTICATION_PRESHARED_KEY PsKey;
  };
} IKE_AUTHENTICATION_INFORMATION, *PIKE_AUTHENTICATION_INFORMATION;

Members

AuthMethod

A IKE_AUTHENTICATION_METHOD structure that indicates the authentication method.

PsKey

A IKE_AUTHENTICATION_PRESHARED_KEY structure that contains the preshared key that establishes a secure channel between two key management daemons.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iscsidsc.h

See also

IKE_AUTHENTICATION_METHOD

IKE_AUTHENTICATION_PRESHARED_KEY