AccessCreateDenyAllButLocalMachineAndNetwork Method |
Returns an Access object that denies all access aside from the local machine and the local network.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Access CreateDenyAllButLocalMachineAndNetwork()
Public Shared Function CreateDenyAllButLocalMachineAndNetwork As Access
public:
static Access^ CreateDenyAllButLocalMachineAndNetwork()
static member CreateDenyAllButLocalMachineAndNetwork : unit -> Access
Return Value
Type:
AccessSee Also