You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Uses <xref:Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.UseNamedPipes%2A> to access and configure <xref:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.NamedPipeTransportOptions>.
88
+
* Uses <xref:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.NamedPipesTransportOptionsExtensions.UseNamedPipes%2A> to access and configure <xref:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.NamedPipeTransportOptions>.
89
89
* Sets the <xref:System.IO.Pipes.PipeSecurity> property to control which users or groups can connect to the named pipe.
90
90
* Grants read/write access to the `Users` group. Additional security rules can be added as needed for the scenario.
0 commit comments