Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This sample shows how to set a custom Access Control List (ACL) on the IpcChannel in .NET Framework remoting to limit access to the channel to specific users.
To build the sample using the command prompt
Open a command prompt and, depending on your choice of programming language, navigate to the appropriate language specific subdirectory.
Type msbuild.exe IpcWithAcl.sln at the command line.
To build the sample using Visual Studio
Open Windows Explorer and, depending on your choice of programming language, navigate to the appropriate language specific subdirectory.
Double-click the icon for IpcWithAcl.sln to open the file in Visual Studio.
On the Build menu, click Build Solution.
The Client and Server applications will be built in the default \bin or \bin\Debug directories.
To run the sample
Navigate to the directory containing the new executable for Server, using the command prompt.
Type Server.exe at the command line.
Navigate to the directory containing the new executable for Client, using the command prompt.
Type Client.exe at the command line.