Digital Signature Application

Sep 13 2007 8:04 AM
I have key pair. I show that pair in two text boxes. Now I want to generate digital signature using that private key taking from that textbox containg the private key. Every where I find
RSAFormatter.CreateSignature(hash). But where to provide that private key taking from textbox? Plzz help me..