IVdsIscsiInitiatorPortal::SetIpsecSecurity method (vds.h)

[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]

Not supported.

This method is reserved for future use.

Syntax

HRESULT SetIpsecSecurity(
  [in] VDS_OBJECT_ID       targetPortalId,
  [in] ULONGLONG           ullSecurityFlags,
  [in] VDS_ISCSI_IPSEC_KEY *pIpsecKey
);

Parameters

[in] targetPortalId

Reserved for future use.

[in] ullSecurityFlags

Reserved for future use.

[in] pIpsecKey

Reserved for future use.

Return value

This method can return one of these values.

Return code Description
VDS_E_NOT_SUPPORTED
This method is not supported in this release.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 R2 [desktop apps only]
Target Platform Windows
Header vds.h
Library Uuid.lib
Redistributable VDS 1.1

See also

IVdsIscsiInitiatorPortal