Package | flash.net.drm |
Class | public final class AuthenticationMethod |
Inheritance | AuthenticationMethod Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5 |
authenticationMethod
property of the DRMContentData class.
See also
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
ANONYMOUS : String = "anonymous" [static]
No authentication is required. | AuthenticationMethod | ||
USERNAME_AND_PASSWORD : String = "usernameAndPassword" [static]
A valid user account 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 |
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 |
A valid user account and password are required.
Fri Mar 19 2010, 02:45 AM -07:00