An operating system is responsible for validating certificates used to secure communication. For Windows, Microsoft maintains a database of trusted root certificates issued by Certificate Authorities (CAs). A root certificate is the original certificate issued by the CA. When a Windows system opens a secure email or visits a secure website and encounters a new digital certificate, it requests Microsoft’s trusted root certificate, which is downloaded to the computer. The download happens seamlessly without the user’s knowledge unless there’s a problem. If Windows cannot obtain the root certificate to validate the email or website, an error is displayed.
Where do you go in the Windows operating system to view and delete root certificates?
A. Action Center
B. Certificate Manager
C. Windows Security
D. Windows Defender
Answer: B
You might also like to view...
What will be the output of the following statement?
txtBox.Text = (2 / 3).ToString("P4") (A) 0.6666 (B) 0.6667 (C) 66.66% (D) 66.6667%
If you try to add an item to an ArrayList whose size is equal to its capacity,
A) an exception that indicates that the ArrayList is full is thrown B) a new ArrayList object with twice the capacity is created, and the elements are moved to this new ArrayList. C) The method for adding the new item returns false D) The method for adding the new item returns null
To manually adjust the width of a column, position the pointer over the vertical line between two column headings so that the pointer changes to a _____ shape.
A.
B.
C.
D.
Which of the following is true about filegroups?
A. filegroups are only used when there is more than one data file B. there can be only one data file per filegroup C. each database must have a primary filegroup D. multiple data files should be of different sizes for best performance