| Package | flash.security |
| Class | public final class ReferencesValidationSetting |
| Inheritance | ReferencesValidationSetting Object |
| Runtime Versions: | AIR 1.5 |
referencesValidationSetting
property of an XMLSignatureValidator object.
See also
| Constant | Defined By | ||
|---|---|---|---|
[static]
Never check references. | ReferencesValidationSetting | ||
[static]
Only check references if the signing certificate is valid and trusted. | ReferencesValidationSetting | ||
[static]
Check references even if the signing certificate is untrusted (does not chain to a known trusted root). | ReferencesValidationSetting | ||
| Constant |
| Constant |
public static const VALID_IDENTITY:String = "validIdentity"| Runtime Versions: | AIR 1.5 |
Only check references if the signing certificate is valid and trusted.
| Constant |
public static const VALID_OR_UNKNOWN_IDENTITY:String = "validOrUnknownIdentity"| Runtime Versions: | AIR 1.5 |
Check references even if the signing certificate is untrusted (does not chain to a known trusted root).