Implemented by
- @mozilla.org/nsCertificateDialogs;1
- @mozilla.org/nsTokenDialogs;1
- @mozilla.org/nsDOMCryptoDialogs;1
- @mozilla.org/nsGeneratingKeypairInfoDialogs;1
- @mozilla.org/nsClientAuthDialogs;1
- @mozilla.org/nsSSLCertErrorDialog;1
- @mozilla.org/nsCertPickDialogs;1
- @mozilla.org/nsTokenPasswordDialogs;1
[scriptable, uuid(a1cbc159-468c-495d-8068-61dd538cbcca)]
interface nsITokenDialogs : nsISupports
Methods
void
ChooseToken(in nsIInterfaceRequestor ctx, [array, size_is(count)] in wstring tokenNameList, in unsigned long count, out wstring tokenName, out boolean canceled)
displayProtectedAuth - displays notification dialog to the user that he is expected to authenticate to the token using its "protected authentication path" feature
void
displayProtectedAuth(in nsIInterfaceRequestor ctx, in nsIProtectedAuthThread runnable)
Compare to: