window.runtime property | window.runtime.flash.security.RevocationCheckSettings |
Inheritance | RevocationCheckSettings Object |
Runtime Versions: | 1.0 |
See also
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
ALWAYS_REQUIRED : String = "alwaysRequired" [static]
Always check certificate revocation. | RevocationCheckSettings | ||
BEST_EFFORT : String = "bestEffort" [static]
Check certificate revocation, if revocation information is available and the revocation status
can be obtained. | RevocationCheckSettings | ||
NEVER : String = "never" [static]
Do not check certificate revocation. | RevocationCheckSettings | ||
REQUIRED_IF_AVAILABLE : String = "requiredIfInfoAvailable" [static]
Check certificate revocation if the certificate includes revocation information. | RevocationCheckSettings |
Constant Detail
ALWAYS_REQUIRED | Constant |
public static const ALWAYS_REQUIRED:String = "alwaysRequired"
Runtime Versions: | 1.0 |
Always check certificate revocation. Certificates without revocation information are rejected.
BEST_EFFORT | Constant |
public static const BEST_EFFORT:String = "bestEffort"
Runtime Versions: | 1.0 |
Check certificate revocation, if revocation information is available and the revocation status can be obtained. If revocation status cannot be positively determined, the certificate is not rejected.
NEVER | Constant |
public static const NEVER:String = "never"
Runtime Versions: | 1.0 |
Do not check certificate revocation.
REQUIRED_IF_AVAILABLE | Constant |
public static const REQUIRED_IF_AVAILABLE:String = "requiredIfInfoAvailable"
Runtime Versions: | 1.0 |
Check certificate revocation if the certificate includes revocation information. If the information is available, but revocation status cannot be positively determined, the certificate is rejected.
Thu Sep 29 2011, 02:34 AM -07:00