Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
Questionprocess IO Pin
shefa' isied5-Apr-09 2:48
shefa' isied5-Apr-09 2:48 
AnswerRe: process IO Pin
Luc Pattyn5-Apr-09 2:52
sitebuilderLuc Pattyn5-Apr-09 2:52 
GeneralRe: process IO Pin
Michael Bookatz5-Apr-09 6:04
Michael Bookatz5-Apr-09 6:04 
GeneralRe: process IO Pin
Natza Mitzi5-Apr-09 9:25
Natza Mitzi5-Apr-09 9:25 
QuestionDoesn't show any effect by registering a visual Studio 2008 C# Express edition's dll by using Windows command Prompt? Pin
svt gdwl5-Apr-09 2:44
svt gdwl5-Apr-09 2:44 
AnswerRe: Doesn't show any effect by registering a visual Studio 2008 C# Express edition's dll by using Windows command Prompt? Pin
Luc Pattyn5-Apr-09 2:50
sitebuilderLuc Pattyn5-Apr-09 2:50 
GeneralRe: Doesn't show any effect by registering a visual Studio 2008 C# Express edition's dll by using Windows command Prompt? Pin
svt gdwl5-Apr-09 2:53
svt gdwl5-Apr-09 2:53 
QuestionPreventing another application from calling code of my application. Pin
Sandeep Kalra5-Apr-09 1:53
Sandeep Kalra5-Apr-09 1:53 
Hi All

I am developing a windows based application using C# Language in which security is very important.
I have used restricted access modifiers such as private,sealed,protected internal etc etc.
And also denied permissions to my application at assembly level(in AssemblyInfo.cs)
such as for File input output

[assembly:FileIOPermission(SecurityAction.RequestRefuse,Unrestricted=false)]

and for everything which was not needed in my application for eg registry,IsolatedStorage etc etc.

I have also strong named my assembly.

I came to know from somebody on the internet that still my code is accessible to other application
and any application by using System.Reflection can execute the code of my application.
Is it true?

If yes What should I do to prevent it.?
And please tell other things also which I can do to increase security of my application.


Please guide.

Thanks

Regards
THE SK
AnswerRe: Preventing another application from calling code of my application. Pin
#realJSOP5-Apr-09 2:59
mve#realJSOP5-Apr-09 2:59 
AnswerRe: Preventing another application from calling code of my application. Pin
PIEBALDconsult5-Apr-09 4:07
mvePIEBALDconsult5-Apr-09 4:07 
AnswerRe: Preventing another application from calling code of my application. Pin
Natza Mitzi5-Apr-09 9:38
Natza Mitzi5-Apr-09 9:38 
QuestionNeed Some help Pin
subrata saha5-Apr-09 0:30
subrata saha5-Apr-09 0:30 
Questionexecute web page simultaneously Pin
Yosh_5-Apr-09 0:26
professionalYosh_5-Apr-09 0:26 
QuestionMerge MenuStrip in MDI form Pin
baranils5-Apr-09 0:22
baranils5-Apr-09 0:22 
QuestionRe: Merge MenuStrip in MDI form [modified] Pin
Eddy Vluggen5-Apr-09 5:59
professionalEddy Vluggen5-Apr-09 5:59 
AnswerRe: Merge MenuStrip in MDI form Pin
baranils5-Apr-09 6:21
baranils5-Apr-09 6:21 
QuestionExtract the in-betweens... Pin
jas0n234-Apr-09 23:52
jas0n234-Apr-09 23:52 
AnswerRe: Extract the in-betweens... Pin
Christian Graus4-Apr-09 23:59
protectorChristian Graus4-Apr-09 23:59 
GeneralRe: Extract the in-betweens... Pin
jas0n235-Apr-09 0:29
jas0n235-Apr-09 0:29 
AnswerRe: Extract the in-betweens... Pin
12Code5-Apr-09 1:08
12Code5-Apr-09 1:08 
GeneralRe: Extract the in-betweens... Pin
jas0n235-Apr-09 2:06
jas0n235-Apr-09 2:06 
AnswerRe: Extract the in-betweens... Pin
#realJSOP5-Apr-09 3:01
mve#realJSOP5-Apr-09 3:01 
GeneralRe: Extract the in-betweens... Pin
PIEBALDconsult5-Apr-09 4:16
mvePIEBALDconsult5-Apr-09 4:16 
QuestionGet string size in bytes Pin
Harvey Saayman4-Apr-09 23:36
Harvey Saayman4-Apr-09 23:36 
AnswerRe: Get string size in bytes Pin
Luc Pattyn4-Apr-09 23:39
sitebuilderLuc Pattyn4-Apr-09 23:39 

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.