// iscsiop.h
typedef struct _SetRADIUSSharedSecret_IN {
ULONG SharedSecretSize;
UCHAR SharedSecret[1];
} SetRADIUSSharedSecret_IN, *PSetRADIUSSharedSecret_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SetRADIUSSharedSecret_IN structure holds the input data for the SetRADIUSSharedSecret method.
SharedSecretSizeThe size, in bytes, of the shared secret.
SharedSecretThe shared secret.
You must implement this method.