| パッケージ | flash.net.drm |
| クラス | public final class AuthenticationMethod |
| 継承 | AuthenticationMethod Object |
| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.5 |
authenticationMethod プロパティで使用される様々な認証タイプを列挙するストリング定数を提供します。
関連項目
| 定数 | 定義元 | ||
|---|---|---|---|
[静的] 認証は不要です。 | AuthenticationMethod | ||
[静的] 有効なユーザーアカウントとパスワードが要求されます。 | AuthenticationMethod | ||
| 定数 |
public static const ANONYMOUS:String = "anonymous"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.5 |
認証は不要です。
| 定数 |
public static const USERNAME_AND_PASSWORD:String = "usernameAndPassword"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | AIR 1.5 |
有効なユーザーアカウントとパスワードが要求されます。