SetRADIUSSharedSecret_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsiop.h

typedef struct _SetRADIUSSharedSecret_IN {
  ULONG SharedSecretSize;
  UCHAR SharedSecret[1];
} SetRADIUSSharedSecret_IN, *PSetRADIUSSharedSecret_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsiop-_setradiussharedsecret_in)

_SetRADIUSSharedSecret_IN structure

Description

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

Members

SharedSecretSize

The size, in bytes, of the shared secret.

SharedSecret

The shared secret.

Remarks

You must implement this method.

See also

SetRADIUSSharedSecret

SetRADIUSSharedSecret_OUT