套件 | 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, 03:47 PM Z