Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SetIscsiIKEInfo method sets the iSCSI IKE authentication information for the initiator.
Syntax
uint32 SetIscsiIKEInfo(
[in] string InitiatorName,
[in] uint32 InitiatorPortNumber,
[in] MSIscsiInitiator_IKEPresharedKeyAuthenticationInfo AuthInfo,
[in] boolean Persist
);
Parameters
-
InitiatorName [in]
-
The Initiator name.
-
InitiatorPortNumber [in]
-
The port number associated with the Initiator.
-
AuthInfo [in]
-
An MSIscsiInitiator_IKEPresharedKeyAuthenticationInfo structure containing IKE Authentication information.
-
Persist [in]
-
Indicates if the IKE information will persist.
Requirements
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
| Namespace |
Root\WMI |
| MOF |
|
See also