Click here to Skip to main content
15,880,725 members
Home / Discussions / C#
   

C#

 
GeneralRe: Securing a Named Pipe Pin
Richard Andrew x642-Jan-23 1:56
professionalRichard Andrew x642-Jan-23 1:56 
AnswerRe: Securing a Named Pipe Pin
Graeme_Grant2-Jan-23 5:07
mvaGraeme_Grant2-Jan-23 5:07 
GeneralRe: Securing a Named Pipe Pin
Richard Andrew x642-Jan-23 5:56
professionalRichard Andrew x642-Jan-23 5:56 
GeneralRe: Securing a Named Pipe Pin
Gerry Schmitz2-Jan-23 6:47
mveGerry Schmitz2-Jan-23 6:47 
GeneralRe: Securing a Named Pipe Pin
Richard Andrew x642-Jan-23 8:59
professionalRichard Andrew x642-Jan-23 8:59 
GeneralRe: Securing a Named Pipe Pin
jschell2-Jan-23 13:25
jschell2-Jan-23 13:25 
GeneralRe: Securing a Named Pipe Pin
Graeme_Grant2-Jan-23 14:54
mvaGraeme_Grant2-Jan-23 14:54 
AnswerRe: Securing a Named Pipe Pin
Randor 2-Jan-23 8:56
professional Randor 2-Jan-23 8:56 
Hmmm,

You haven't really given enough information but I think you are wanting to:
  • Have an application read/write over a named pipe.
  • Prevent the application user from accessing the named pipe. (Essentially securing or isolating the information/pipe from the user)
If I were asked to do this I would use a DLL Surrogate and have the Custom Surrogate process open and manage the named pipe. This would allow you to have some security separation between the application users and surrogate process.
GeneralRe: Securing a Named Pipe Pin
Richard Andrew x642-Jan-23 9:08
professionalRichard Andrew x642-Jan-23 9:08 
GeneralRe: Securing a Named Pipe Pin
Randor 2-Jan-23 9:54
professional Randor 2-Jan-23 9:54 
SuggestionRe: Securing a Named Pipe Pin
Eddy Vluggen2-Jan-23 10:45
professionalEddy Vluggen2-Jan-23 10:45 
GeneralRe: Securing a Named Pipe Pin
Richard Andrew x642-Jan-23 12:37
professionalRichard Andrew x642-Jan-23 12:37 
QuestionRe: Securing a Named Pipe Pin
Eddy Vluggen3-Jan-23 1:18
professionalEddy Vluggen3-Jan-23 1:18 
GeneralRe: Securing a Named Pipe Pin
Gerry Schmitz2-Jan-23 17:03
mveGerry Schmitz2-Jan-23 17:03 
GeneralRe: Securing a Named Pipe Pin
lmoelleb2-Jan-23 20:26
lmoelleb2-Jan-23 20:26 
QuestionHow to access a Form1() method from an external class library dll? Pin
Member 460215929-Dec-22 10:17
Member 460215929-Dec-22 10:17 
AnswerRe: How to access a Form1() method from an external class library dll? Pin
jschell29-Dec-22 11:56
jschell29-Dec-22 11:56 
GeneralRe: How to access a Form1() method from an external class library dll? Pin
Member 460215929-Dec-22 12:44
Member 460215929-Dec-22 12:44 
AnswerRe: How to access a Form1() method from an external class library dll? Pin
Dave Kreskowiak29-Dec-22 12:29
mveDave Kreskowiak29-Dec-22 12:29 
AnswerRe: How to access a Form1() method from an external class library dll? Pin
Gerry Schmitz29-Dec-22 16:46
mveGerry Schmitz29-Dec-22 16:46 
AnswerRe: How to access a Form1() method from an external class library dll? Pin
BillWoodruff29-Dec-22 19:13
professionalBillWoodruff29-Dec-22 19:13 
AnswerRe: How to access a Form1() method from an external class library dll? Pin
OriginalGriff29-Dec-22 20:42
mveOriginalGriff29-Dec-22 20:42 
Questionneed to convert drawing demo into a chart control Pin
Southmountain28-Dec-22 2:55
Southmountain28-Dec-22 2:55 
AnswerRe: need to convert drawing demo into a chart control Pin
OriginalGriff28-Dec-22 4:09
mveOriginalGriff28-Dec-22 4:09 
GeneralRe: need to convert drawing demo into a chart control Pin
Southmountain28-Dec-22 19:08
Southmountain28-Dec-22 19:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.