I\'m trying to do a small secure HTTPS client for learning purposes and see how all the mechanics of SSL works on a higher level for now, so i\'m trying to convert a simple socket into a ssl via ssl.w
I have a member sign-up process which requires a monthly subscription payment.I have a script running which can update my member\'s database using an IPN script.I am curious about the best way to go a
here are my methods for encrypting and decrypting data using RSA: private RSACryptoServiceProvider _RSACSP { get; set; }
How can i make a script like verify-email.org ? I told in the school, that this is not a problem. But now,I searched the web, and found nothing?
I have a Unit of Work implementation with, among others, the following method: T Single<T>(Expression<Func<T, bool>> expression) where T : class, new();
Is there any way how to improve scripts verification speed? Or there is another (not a sw) solution? I tried something like this (开发者_如何学Gobut its slow and useless):
I have a repository with an Add method that takes an IEnumerable as parameter: public void Add<T>(T item) where T : class, new(){}
My program contains 2 root certs I know and trust. I have to verify certs of trustcenters and \"user\" certs issued by the trustcenters which all originate from these 2 root certs.
EDIT: The solution is that I was using aastore, when I should have been using iastore, because I wanted to store an item in an array of ints, while aastore is only for arrays of Objects.
I want to create a tag to allow user to claim the ownership of his website. How would I get the tag and the match it against the one I have generated.