GetPresharedKeyForId_OUT structure (iscsiop.h)
The GetPresharedKeyForId_OUT structure holds the output data for the GetPresharedKeyForId method.
Syntax
typedef struct _GetPresharedKeyForId_OUT {
ULONG Status;
ULONGLONG SecurityFlags;
} GetPresharedKeyForId_OUT, *PGetPresharedKeyForId_OUT;
Members
Status
On output from GetPresharedKeyForId, the status of the GetPresharedKeyForId operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.
SecurityFlags
A bitwise OR of flags that indicate the security requirements of a target. For a list of possible values for this member, see SECURITY_FLAG_QUALIFIERS.
Remarks
You must initiate this method if the initiator supports IKE.
Requirements
Requirement | Value |
---|---|
Header | iscsiop.h (include Iscsiop.h) |