Package | flash.net.drm |
Class | public final class AuthenticationMethod |
Inheritance | AuthenticationMethod Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5, Flash Player 10.1 |
authenticationMethod
property of the DRMContentData class.
See also
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
ANONYMOUS : String = "anonymous" [static]
Indicates that no authentication is required. | AuthenticationMethod | ||
USERNAME_AND_PASSWORD : String = "usernameAndPassword" [static]
Indicates that a valid user name and password are required. | AuthenticationMethod |
Constant Detail
ANONYMOUS | Constant |
public static const ANONYMOUS:String = "anonymous"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5, Flash Player 10.1 |
Indicates that no authentication is required.
USERNAME_AND_PASSWORD | Constant |
public static const USERNAME_AND_PASSWORD:String = "usernameAndPassword"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5, Flash Player 10.1 |
Indicates that a valid user name and password are required.
Thu May 20 2010, 02:19 AM -07:00