Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsITransportSecurityInfo

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.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, k.art, trevorh, Smi, vladimir.dzhuvinov
 Last updated by: Sheppy,