nsIClientAuthDialog
 Provides UI for SSL client-auth dialogs.
[scriptable, uuid(fa4c7520-1433-11d5-ba24-00108303b117)]
interface nsIClientAuthDialogs : nsISupports

Methods

 display
   UI shown when a user is asked to do SSL client auth.
void ChooseCertificate(in nsIInterfaceRequestor ctx, in wstring cn, in wstring organization, in wstring issuer, [array, size_is(count)] in wstring certNickList, [array, size_is(count)] in wstring certDetailsList, in unsigned long count, out long selectedIndex, out boolean canceled)