Click here to Skip to main content
15,884,537 members
Home / Discussions / C#
   

C#

 
AnswerRe: Capture streaming video - (create bitmap) Pin
Mark H Bishop26-Jul-10 12:31
Mark H Bishop26-Jul-10 12:31 
Questionconvert an array of string Pin
mrkeivan25-Jul-10 10:59
mrkeivan25-Jul-10 10:59 
AnswerRe: convert an array of string Pin
harold aptroot25-Jul-10 11:05
harold aptroot25-Jul-10 11:05 
AnswerRe: convert an array of string Pin
Luc Pattyn25-Jul-10 11:20
sitebuilderLuc Pattyn25-Jul-10 11:20 
AnswerRe: convert an array of string Pin
PIEBALDconsult25-Jul-10 12:10
mvePIEBALDconsult25-Jul-10 12:10 
GeneralRe: convert an array of string Pin
Luc Pattyn25-Jul-10 12:55
sitebuilderLuc Pattyn25-Jul-10 12:55 
GeneralRe: convert an array of string Pin
PIEBALDconsult25-Jul-10 13:02
mvePIEBALDconsult25-Jul-10 13:02 
QuestionSecure storage Pin
L Viljoen25-Jul-10 9:02
professionalL Viljoen25-Jul-10 9:02 
Hi

I have an application that uses a 3rd party API that saves a fingerprint image to file,I cannot retrieve the image in any way to a image object in the programming code so I need to save it to disk before i can load it into an Image object to convert the minutiae template between different vendor types. Now due to information law I need to protect that saved fingerprint image, even for the split second it is on the drive before i delete it

So I need to know is there a way I can either
Create a folder, storage space I can save to that only my Assembly can access.
or
Create a virtual drive that encrypts data that gets written into it.
or
Create a folder that requires a password to access it (which I can parse through my program).

Primarily i am using C# to code this application but any C++ console wrapped app that can be of use to me would also help.


Any advice or help will be appreciated.
Hitting my head against the wall on this one

Chona1171
Web Developer (C#), Silverlight

AnswerRe: Secure storage Pin
Eddy Vluggen25-Jul-10 9:28
professionalEddy Vluggen25-Jul-10 9:28 
GeneralRe: Secure storage Pin
harold aptroot25-Jul-10 9:45
harold aptroot25-Jul-10 9:45 
GeneralRe: Secure storage Pin
Eddy Vluggen25-Jul-10 10:05
professionalEddy Vluggen25-Jul-10 10:05 
GeneralRe: Secure storage Pin
harold aptroot25-Jul-10 10:08
harold aptroot25-Jul-10 10:08 
GeneralRe: Secure storage Pin
Eddy Vluggen25-Jul-10 10:41
professionalEddy Vluggen25-Jul-10 10:41 
GeneralRe: Secure storage Pin
harold aptroot25-Jul-10 10:43
harold aptroot25-Jul-10 10:43 
GeneralRe: Secure storage Pin
Eddy Vluggen25-Jul-10 11:00
professionalEddy Vluggen25-Jul-10 11:00 
GeneralRe: Secure storage Pin
L Viljoen25-Jul-10 20:52
professionalL Viljoen25-Jul-10 20:52 
GeneralRe: Secure storage Pin
L Viljoen25-Jul-10 20:51
professionalL Viljoen25-Jul-10 20:51 
GeneralRe: Secure storage Pin
Eddy Vluggen25-Jul-10 23:24
professionalEddy Vluggen25-Jul-10 23:24 
AnswerRe: Secure storage Pin
Stoffy197225-Jul-10 9:33
Stoffy197225-Jul-10 9:33 
GeneralRe: Secure storage Pin
L Viljoen25-Jul-10 21:34
professionalL Viljoen25-Jul-10 21:34 
GeneralRe: Secure storage Pin
harold aptroot25-Jul-10 9:42
harold aptroot25-Jul-10 9:42 
GeneralRe: Secure storage Pin
L Viljoen25-Jul-10 20:57
professionalL Viljoen25-Jul-10 20:57 
GeneralRe: Secure storage Pin
harold aptroot26-Jul-10 2:48
harold aptroot26-Jul-10 2:48 
GeneralRe: Secure storage Pin
L Viljoen26-Jul-10 3:33
professionalL Viljoen26-Jul-10 3:33 
GeneralRe: Secure storage Pin
harold aptroot26-Jul-10 3:37
harold aptroot26-Jul-10 3:37 

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.