Click here to Skip to main content
15,902,939 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Securing strings in .NET....possibility? Pin
Wendelius16-Jan-09 23:55
mentorWendelius16-Jan-09 23:55 
GeneralRe: Securing strings in .NET....possibility? Pin
Jon Rista17-Jan-09 7:33
Jon Rista17-Jan-09 7:33 
AnswerRe: Securing strings in .NET....possibility? Pin
Dave Kreskowiak17-Jan-09 2:09
mveDave Kreskowiak17-Jan-09 2:09 
GeneralRe: Securing strings in .NET....possibility? Pin
Jon Rista17-Jan-09 7:32
Jon Rista17-Jan-09 7:32 
AnswerRe: Securing strings in .NET....possibility? Pin
PIEBALDconsult17-Jan-09 3:50
mvePIEBALDconsult17-Jan-09 3:50 
GeneralRe: Securing strings in .NET....possibility? Pin
Jon Rista17-Jan-09 7:31
Jon Rista17-Jan-09 7:31 
GeneralRe: Securing strings in .NET....possibility? Pin
supercat919-Jan-09 6:14
supercat919-Jan-09 6:14 
GeneralRe: Securing strings in .NET....possibility? Pin
Jon Rista19-Jan-09 6:53
Jon Rista19-Jan-09 6:53 
supercat9 wrote:
nearly all would require first converting it to a normal String, which would in turn throw security out the window.


Correct, which is why I was messing with the idea of wiping the string itself. I basically decided the idea was pointless once someone mentioned interned strings. If a string is interned, there is no real way to know how many references it has, and since an interned string will live for the duration of an applications execution, you'll definitely end up with problems.
AnswerRe: Securing strings in .NET....possibility? Pin
ssclaire17-Jan-09 4:45
ssclaire17-Jan-09 4:45 
GeneralRe: Securing strings in .NET....possibility? Pin
Jon Rista17-Jan-09 7:29
Jon Rista17-Jan-09 7:29 
QuestionTabStop for Listbox Pin
bobbymale7716-Jan-09 12:41
bobbymale7716-Jan-09 12:41 
AnswerRe: TabStop for Listbox Pin
Wendelius16-Jan-09 23:44
mentorWendelius16-Jan-09 23:44 
AnswerRe: TabStop for Listbox Pin
bobbymale7717-Jan-09 10:54
bobbymale7717-Jan-09 10:54 
GeneralRe: TabStop for Listbox Pin
Wendelius18-Jan-09 0:28
mentorWendelius18-Jan-09 0:28 
GeneralRe: TabStop for Listbox Pin
bobbymale7719-Jan-09 0:50
bobbymale7719-Jan-09 0:50 
QuestionClickOnce rant Pin
RugbyLeague16-Jan-09 3:50
RugbyLeague16-Jan-09 3:50 
AnswerRe: ClickOnce rant Pin
Eddy Vluggen18-Jan-09 0:44
professionalEddy Vluggen18-Jan-09 0:44 
Questionload type using config file. Pin
Sendilkumar.M16-Jan-09 1:32
Sendilkumar.M16-Jan-09 1:32 
AnswerRe: load type using config file. Pin
Pete O'Hanlon16-Jan-09 2:07
mvePete O'Hanlon16-Jan-09 2:07 
AnswerRe: load type using config file. Pin
Henry Minute16-Jan-09 4:22
Henry Minute16-Jan-09 4:22 
Question.Net Object dispose and dll file locked problem Pin
Michael Yip15-Jan-09 22:26
Michael Yip15-Jan-09 22:26 
AnswerRe: .Net Object dispose and dll file locked problem Pin
Dave Kreskowiak16-Jan-09 0:58
mveDave Kreskowiak16-Jan-09 0:58 
AnswerRe: .Net Object dispose and dll file locked problem Pin
Pete O'Hanlon16-Jan-09 1:19
mvePete O'Hanlon16-Jan-09 1:19 
GeneralRe: .Net Object dispose and dll file locked problem Pin
Michael Yip16-Jan-09 4:42
Michael Yip16-Jan-09 4:42 
GeneralRe: .Net Object dispose and dll file locked problem Pin
Jon Rista16-Jan-09 5:46
Jon Rista16-Jan-09 5:46 

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.