Access Browser Certificate Store Using Javascript
how can i access browser certificate store, using javascript ,to know if a CA's Root certificate exists or not ?
Solution 1:
I couldn't find such JavaScript library that does the above mentioned task.so its not possible using JavaScript but you can do the same with an Applet in java.
Post a Comment for "Access Browser Certificate Store Using Javascript"