INetFwRule3::get_RemoteUserAuthorizedList method (netfw.h)

Specifies a list of remote users who are authorized to access an app container.

This property is read/write.

Syntax

HRESULT get_RemoteUserAuthorizedList(
  BSTR *wszUserAuthList
);

Parameters

wszUserAuthList

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header netfw.h
DLL FirewallAPI.dll

See also

INetFwRule3