WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIClientAuthDialogs

IID:fa4c7520-1433-11d5-ba24-00108303b117
Inherits From:nsISupports

nsIClientAuthDialog Provides UI for SSL client-auth dialogs.

This interface is implemented by the following components:


Methods

void ChooseCertificate ( nsIInterfaceRequestor ctx , PRUnichar* cn , PRUnichar* organization , PRUnichar* issuer , arrayof PRUnichar* certNickList , arrayof PRUnichar* certDetailsList , PRUint32 count , out PRInt32 selectedIndex , out PRBool canceled )

void ChooseCertificate ( nsIInterfaceRequestor ctx , PRUnichar* cn , PRUnichar* organization , PRUnichar* issuer , arrayof PRUnichar* certNickList , arrayof PRUnichar* certDetailsList , PRUint32 count , out PRInt32 selectedIndex , out PRBool canceled )

Display UI shown when a user is asked to do SSL client auth.

Arguments:
ctx
cn
organization
issuer
certNickList
certDetailsList
count
selectedIndex
canceled

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com