INetFwRule3::put_LocalUserAuthorizedList method (netfw.h)

Specifies a list of authorized local users for an app container.

This property is read/write.

Syntax

HRESULT put_LocalUserAuthorizedList(
  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