| Package | mx.utils |
| Class | public class SecurityUtil |
| Inheritance | SecurityUtil Object |
| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 3 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
| Method | Defined By | ||
|---|---|---|---|
[static]
Tests if there is mutual trust between the parent and child of the specified bridge. | SecurityUtil | ||
| hasMutualTrustBetweenParentAndChild | () | method |
public static function hasMutualTrustBetweenParentAndChild(bp:ISWFBridgeProvider):Boolean| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 3 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
Tests if there is mutual trust between the parent and child of the specified bridge.
Parameters
bp:ISWFBridgeProvider — The provider of the bridge that connects the two applications.
|
Boolean — true if there is mutual trust; otherwise false.
|