包 | flash.net.drm |
类 | public final class AuthenticationMethod |
继承 | AuthenticationMethod Object |
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.5, Flash Player 10.1 |
authenticationMethod
属性所使用的各种类型的身份验证。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
ANONYMOUS : String = "anonymous" [静态]
表示无需进行身份验证。 | AuthenticationMethod | ||
USERNAME_AND_PASSWORD : String = "usernameAndPassword" [静态]
表示需要有效用户名和密码。 | AuthenticationMethod |
常量详细信息
ANONYMOUS | 常量 |
public static const ANONYMOUS:String = "anonymous"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.5, Flash Player 10.1 |
表示无需进行身份验证。
USERNAME_AND_PASSWORD | 常量 |
public static const USERNAME_AND_PASSWORD:String = "usernameAndPassword"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.5, Flash Player 10.1 |
表示需要有效用户名和密码。
Tue Jun 12 2018, 11:04 AM Z