From: Carlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com> Date: Tue, 19 Nov 2019 17:37:42 +0000 (-0800) Subject: Merge pull request #111 from carlossanlop/AnonymousPipeServerStreamAcl X-Git-Tag: submit/tizen/20210909.063632~10981 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a16ee22782715bc9e9fc2588dd4c6a87e9335a85;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Merge pull request #111 from carlossanlop/AnonymousPipeServerStreamAcl Add AnonymousPipeServerStream method that takes an ACL The original corefx PR was already signed off, but the CI did not finish on time before the 5pm deadline: dotnet/corefx#42392 Approved API proposal: dotnet/corefx#41657 We don't currently have a way to create a pipe with a given ACL in .NET Core. We can modify the ACL, but it would be more secure to have the proper ACL on the pipe from the start. This PR adds a new static class and method that can create an AnonymousPipeServerStream taking a PipeSecurity object, reusing code that can already perform this task. --- a16ee22782715bc9e9fc2588dd4c6a87e9335a85