SetCHAPSharedSecret_IN structure (iscsiop.h)

The SetCHAPSharedSecret_IN structure holds the input data for the SetCHAPSharedSecret method.

Syntax

typedef struct _SetCHAPSharedSecret_IN {
  ULONG SharedSecretSize;
  UCHAR SharedSecret[1];
} SetCHAPSharedSecret_IN, *PSetCHAPSharedSecret_IN;

Members

SharedSecretSize

The size, in bytes, of the shared secret.

SharedSecret[1]

A variable-length array that contains the shared secret.

Remarks

You must implement this method.

Requirements

Requirement Value
Header iscsiop.h (include Iscsiop.h)

See also

SetCHAPSharedSecret

SetCHAPSharedSecret_OUT