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.

nsIFormSigningDialog

IID:4fe04d6d-4b66-4023-a0bc-b43ce68b3e15
Inherits From:nsISupports

Provides UI for form signing.

This interface is implemented by the following components:


Methods

PRBool confirmSignText ( nsIInterfaceRequestor ctxt , AString host , AString signText , arrayof PRUnichar* certNickList , arrayof PRUnichar* certDetailsList , PRUint32 count , out PRInt32 selectedIndex , out AString password )

PRBool confirmSignText ( nsIInterfaceRequestor ctxt , AString host , AString signText , arrayof PRUnichar* certNickList , arrayof PRUnichar* certDetailsList , PRUint32 count , out PRInt32 selectedIndex , out AString password )

UI shown when a web site calls crypto.signText, asking the user to confirm the confirm the signing request.

Returns true if the user confirmed, false on cancel

Arguments:
ctxt
host
signText
certNickList
certDetailsList
count
selectedIndex
password

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com