RemoveRADIUSServer_IN structure (iscsiop.h)
The RemoveRADIUSServer_IN structure holds the input data for the user-mode RemoveRADIUSServer method, which is used to remove a RADIUS server entry.
Syntax
typedef struct _RemoveRADIUSServer_IN {
ISCSI_IP_Address RADIUSIPAddress;
} RemoveRADIUSServer_IN, *PRemoveRADIUSServer_IN;
Members
RADIUSIPAddress
A ISCSI_IP_Address structure that specifies the address of the RADIUS server to remove.
Remarks
It is optional that you implement this method.
Requirements
Requirement | Value |
---|---|
Header | iscsiop.h (include Iscsiop.h) |