Package | flash.security |
Class | public final class ReferencesValidationSetting |
Inheritance | ReferencesValidationSetting Object |
Runtime version: | 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 version: | 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 version: | AIR 1.5 |
Check references even if the signing certificate is untrusted (does not chain to a known trusted root).