Click here to Skip to main content
15,894,405 members
Home / Discussions / C#
   

C#

 
AnswerRe: web browser and Images in win application? Pin
Dr.Grimy8-Jun-06 0:19
Dr.Grimy8-Jun-06 0:19 
Questiona question about tabpages ? Pin
cmpeng3429-May-06 23:28
cmpeng3429-May-06 23:28 
AnswerRe: a question about tabpages ? Pin
stancrm29-May-06 23:33
stancrm29-May-06 23:33 
AnswerRe: a question about tabpages ? Pin
leppie30-May-06 1:14
leppie30-May-06 1:14 
QuestionWebbrowser + XML Pin
hung_ngole29-May-06 23:07
hung_ngole29-May-06 23:07 
QuestionSuggestion Needed for Encryption Pin
engsrini29-May-06 23:04
engsrini29-May-06 23:04 
AnswerRe: Suggestion Needed for Encryption Pin
stancrm29-May-06 23:10
stancrm29-May-06 23:10 
AnswerRe: Suggestion Needed for Encryption Pin
Darren_29-May-06 23:31
Darren_29-May-06 23:31 
Try this:

http://support.microsoft.com/?id=307010

I believe the error being thrown is because the File.Encrypt(filename) method is using the global encryption scheme for your user account on your installation/set up of windows. For e.g. if you decide to encrypt a physical harddrive or parition on yoru computer a key is generated based on yoru user account. So no-one else can plug your HD into their computer and promptly decrypt its contents. If you do encrypt your HD or folders/files this way it is suggested that you enable the recovery manager in case you lose your login details of which as i understand it is like another user login.


So since you either do not have Encryption enabled or the certificate has expired you are recieving that error. I could well be way off track but i think it has to do with this.

Try that article by MS detailed above. If not just decide what level of security you need and generate your own encryption scheme based on some key you think up.

Darren
QuestionProblem With DLL Reference Pin
dinesanp@gmail.com29-May-06 22:55
dinesanp@gmail.com29-May-06 22:55 
AnswerRe: Problem With DLL Reference Pin
stancrm29-May-06 23:15
stancrm29-May-06 23:15 
QuestionWebBrowser Control Pin
hung_ngole29-May-06 22:42
hung_ngole29-May-06 22:42 
QuestionHow to retreive the Network group name Pin
Plamen Totev29-May-06 22:39
Plamen Totev29-May-06 22:39 
AnswerRe: How to retreive the Network group name Pin
stancrm29-May-06 23:45
stancrm29-May-06 23:45 
QuestionRead From DataGrid Pin
SysJey29-May-06 22:18
SysJey29-May-06 22:18 
AnswerRe: Read From DataGrid Pin
Daniele Ferrero29-May-06 22:30
Daniele Ferrero29-May-06 22:30 
Questionvalid color Pin
alwz_nikhil29-May-06 21:16
alwz_nikhil29-May-06 21:16 
AnswerRe: valid color Pin
Darren_29-May-06 21:21
Darren_29-May-06 21:21 
AnswerRe: valid color Pin
Guffa29-May-06 21:42
Guffa29-May-06 21:42 
QuestionProblem in TreeList Pin
Dima Filipiuk29-May-06 21:16
Dima Filipiuk29-May-06 21:16 
AnswerRe: Problem in TreeList Pin
leppie30-May-06 1:21
leppie30-May-06 1:21 
QuestionSingleton delaying specific requests while not blocking all others Pin
mihaigheza29-May-06 21:01
mihaigheza29-May-06 21:01 
AnswerRe: Singleton delaying specific requests while not blocking all others Pin
Darren_29-May-06 21:19
Darren_29-May-06 21:19 
GeneralRe: Singleton delaying specific requests while not blocking all others Pin
mihaigheza29-May-06 23:40
mihaigheza29-May-06 23:40 
QuestionRetrieve the H.D.D serial number in C# Pin
ehsan_prog29-May-06 20:33
ehsan_prog29-May-06 20:33 
AnswerRe: Retrieve the H.D.D serial number in C# [modified] Pin
albCode29-May-06 20:56
albCode29-May-06 20:56 

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.