| Package | flash.security |
| Class | public final class ReferencesValidationSetting |
| Inheritance | ReferencesValidationSetting Object |
| Runtime Versions: | AIR 1.5 |
referencesValidationSetting
property of an XMLSignatureValidator object.
Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
Public Methods
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
Public Constants
| 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 | ||
Constant Detail
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).
Thu Dec 4 2014, 05:50 PM -08:00
