[scriptable, uuid(e9da87b8-b87c-4bd1-a6bc-5a9a2c7f6d8d)]
interface nsIIdentityInfo : nsISupports

Attributes

 A "true" value means:
   The object that implements this interface uses a certificate that
   was successfully verified as an Extended Validation (EV) cert.
   The test is bound to SSL Server Cert Usage.
readonly attribute boolean isExtendedValidation

Methods

 This function uses the same test as attribute
   isExtendedValidation

 If isExtendedValidation is true, this function will return
 a policy identifier in dotted notation (like 1.2.3.4.5).

 If isExtendedValidation is false, this function will return
 an empty (length string) value.
ACString getValidEVPolicyOid()