AddRADIUSServer_IN structure (iscsiop.h)
The AddRADIUSServer_IN structure holds the input data for the AddRADIUSServer method, which is used to add a new RADIUS server entry to existing list.
Syntax
typedef struct _AddRADIUSServer_IN {
ISCSI_IP_Address RADIUSIPAddress;
} AddRADIUSServer_IN, *PAddRADIUSServer_IN;
Members
RADIUSIPAddress
A ISCSI_IP_Address structure that contains an IP version-independent address of the RADIUS server.
Remarks
It is optional that you implement this method.
Requirements
Requirement | Value |
---|---|
Header | iscsiop.h (include Iscsiop.h) |