套件 | flash.net.drm |
類別 | public final class DRMDeviceGroup |
繼承 | DRMDeviceGroup Object |
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 3.0, Flash Player 11.9 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
authenticationMethod : String [唯讀]
註冊這個裝置群組時所需的驗證類型。 | DRMDeviceGroup | ||
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
domain : String [唯讀]
裝置群組註冊伺服器的內容網域,使用者必須通過驗證才能註冊這個裝置群組。 | DRMDeviceGroup | ||
name : String
這個裝置群組的網域名稱。 | DRMDeviceGroup | ||
serverURL : String [唯讀]
這個裝置群組的註冊伺服器 URL。 | DRMDeviceGroup |
屬性詳細資訊
authenticationMethod | 屬性 |
authenticationMethod:String
[唯讀] 語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 3.0 |
註冊這個裝置群組時所需的驗證類型。
支援的驗證類型包括:
- AuthenticationMethod.ANONYMOUS — 任何人皆可註冊。
- AuthenticationMethod.USERNAME_AND_PASSWORD — 使用者必須提供有效且有權限註冊這個裝置群組的帳戶使用者名稱及密碼。
AuthenticationMethod 類別提供了與 authenticationMethod
屬性搭配使用的字串常數。
實作
public function get authenticationMethod():String
domain | 屬性 |
name | 屬性 |
serverURL | 屬性 |
Tue Jun 12 2018, 03:47 PM Z