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.
