SetRADIUSSharedSecret_IN structure (iscsiop.h)

The SetRADIUSSharedSecret_IN structure holds the input data for the SetRADIUSSharedSecret method.

Syntax

typedef struct _SetRADIUSSharedSecret_IN {
  ULONG SharedSecretSize;
  UCHAR SharedSecret[1];
} SetRADIUSSharedSecret_IN, *PSetRADIUSSharedSecret_IN;

Members

SharedSecretSize

The size, in bytes, of the shared secret.

SharedSecret[1]

The shared secret.

Remarks

You must implement this method.

Requirements

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

See also

SetRADIUSSharedSecret

SetRADIUSSharedSecret_OUT