| Package | flash.security |
| Class | public final class RevocationCheckSettings |
| Inheritance | RevocationCheckSettings Object |
| Runtime Versions : | AIR 1.0 |
revocationCheckSetting property of an XMLSignatureValidator object.
See also
| Constant | Defined By | ||
|---|---|---|---|
[static]
Always check certificate revocation. | RevocationCheckSettings | ||
[static]
Check certificate revocation, if revocation information is available and the revocation status
can be obtained. | RevocationCheckSettings | ||
[static]
Do not check certificate revocation. | RevocationCheckSettings | ||
[static]
Check certificate revocation if the certificate includes revocation information. | RevocationCheckSettings | ||
| Constant |
public static const ALWAYS_REQUIRED:* = alwaysRequired| Runtime Versions : | AIR 1.0 |
Always check certificate revocation. Certificates without revocation information are rejected.
| Constant |
public static const BEST_EFFORT:* = bestEffort| Runtime Versions : | AIR 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.
| Constant |
| Constant |
public static const REQUIRED_IF_AVAILABLE:* = requiredIfInfoAvailable| Runtime Versions : | AIR 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.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/security/RevocationCheckSettings.html