Non-null if this RSL should be loaded into an application
domain other than the application domain associated with the
module factory performing the load.
Non-null if this RSL should be loaded into an application
domain other than the application domain associated with the
module factory performing the load. If null, then load into
the current application domain.
An URL that specifies the location of the policy file (optional).
Implementation public function get policyFileURL():String
rslURL
property
rslURL:String [read-only]
Language Version :
ActionScript 3.0
Product Version :
Flex 4.5
Runtime Versions :
Flash Player 10.2, AIR 2.5
The location of the RSL. The URL can be absolute or relative to the
application or module.
Implementation public function get rslURL():String
verifyDigest
property
verifyDigest:Boolean [read-only]
Language Version :
ActionScript 3.0
Product Version :
Flex 4.5
Runtime Versions :
Flash Player 10.2, AIR 2.5
True if the digest must be verified before loading the RSL into memory.
False allows the RSL to be loaded without verification. Signed RSLs
are always verified regardless of the value.
Implementation public function get verifyDigest():Boolean
rslURL:String (default = null) — The location of the RSL.
policyFileURL:String (default = null) — The location of the policy file url (optional).
digest:String (default = null) — The digest of the RSL. This is null for an RSL without
a digest.
hashType:String (default = null) — The type of hash used to create the digest. The only
supported value is SHA256.TYPE_ID.
isSigned:Boolean (default = false) — True if the RSL has been signed by Adobe, false
otherwise.
verifyDigest:Boolean (default = false) — Detemines if the RSL's digest should be verified
after it is loaded.
applicationDomainTarget:String (default = default) — The application domain where the the
RSL should be loaded. For valid values see the ApplicationDomainTarget
enumeration.