| 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 | ||
|---|---|---|---|
[static]
No authentication is required. | AuthenticationMethod | ||
[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.
Tue May 4 2010, 02:44 AM -07:00

Hide Inherited Public Properties
Show Inherited Public Properties