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 | ||
---|---|---|---|
NEVER : String = "never" [static]
Never check references. | ReferencesValidationSetting | ||
VALID_IDENTITY : String = "validIdentity" [static]
Only check references if the signing certificate is valid and trusted. | ReferencesValidationSetting | ||
VALID_OR_UNKNOWN_IDENTITY : String = "validOrUnknownIdentity" [static]
Check references even if the signing certificate is untrusted (does not chain to a known trusted root). | ReferencesValidationSetting |
NEVER | Constant |
VALID_IDENTITY | Constant |
public static const VALID_IDENTITY:String = "validIdentity"
Runtime Versions: | AIR 1.5 |
Only check references if the signing certificate is valid and trusted.
VALID_OR_UNKNOWN_IDENTITY | 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).