This interface provides information about transport security, including the security state and any error message for the connection.
Inherits from:
nsISupports
Last changed in Gecko 1.9 (Firefox 3)Attributes
Attribute | Type | Description |
errorMessage | wstring | Error message on connection failure. Read only. |
securityState | unsigned long | A flag detailing the security state of the connection. The possible values are defined in nsIWebProgressListener . Read only. |
shortSecurityDescription | wstring | For secure connections (SSL) gives the common name (CN) of the certifying authority. Read only. |