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.
nsIIdentityInfo
| IID: | e9da87b8-b87c-4bd1-a6bc-5a9a2c7f6d8d |
| Inherits From: | nsISupports |
Properties
readonly PRBool isExtendedValidation
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.
Methods
ACString getValidEVPolicyOid ( )
ACString getValidEVPolicyOid ( )
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.
Reference documentation is generated from Mozilla's source.
