window.runtime property | window.runtime.flash.security.ReferencesValidationSetting |
Inheritance | ReferencesValidationSetting Object |
Runtime Versions: | 1.5 |
referencesValidationSetting
property of an XMLSignatureValidator object.
See also
Public Methods
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 |
public static const NEVER:String = "never"
Runtime Versions: | 1.5 |
Never check references.
VALID_IDENTITY | Constant |
public static const VALID_IDENTITY:String = "validIdentity"
Runtime Versions: | 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: | 1.5 |
Check references even if the signing certificate is untrusted (does not chain to a known trusted root).
Thu Sep 29 2011, 02:34 AM -07:00