install certificate

  • Thread starter Thread starter Bill Cunningham
  • Start date Start date
B

Bill Cunningham

I chchecked the properties of a dll and it wanted to know if I wanted to
install a certificate I clicked install. What does this do?

Bill
 
Certificates are digitally encrypted signatures that prove that a piece
of software ( or web site ) is owned by who it says it is. Windows
uses these extensively, most times in the background without the PC
user being aware of them. Microsoft Update frequently provides a
update for Root Certificates.
http://technet.microsoft.com/en-us/library/cc751157.aspx
For a Dynamic Link Libraries it ensures that the publisher is Microsoft
( or other vendors ) and is a valid file and hasn't been modified by a
person outside the issuing company.
 
Back
Top