Pacchetto | mx.utils |
Classe | public class SecurityUtil |
Ereditarietà | SecurityUtil Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
[statico]
Tests if there is mutual trust between the parent and child of the specified bridge. | SecurityUtil | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione dei metodi
hasMutualTrustBetweenParentAndChild | () | metodo |
public static function hasMutualTrustBetweenParentAndChild(bp:ISWFBridgeProvider):Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Tests if there is mutual trust between the parent and child of the specified bridge.
Parametri
bp:ISWFBridgeProvider — The provider of the bridge that connects the two applications.
|
Boolean — true if there is mutual trust; otherwise false .
|
Tue Jun 12 2018, 02:44 PM Z