IdentityScope.SystemScope 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
deprecated
警告
Please use SetSystemScope() instead. This setter is not really public in Android API and will vanish in the future versions.
傳回系統的識別範圍。 -或- 設定系統的識別範圍。
public static Java.Security.IdentityScope? SystemScope { [Android.Runtime.Register("getSystemScope", "()Ljava/security/IdentityScope;", "")] [System.Obsolete("deprecated")] get; [Android.Runtime.Register("setSystemScope", "(Ljava/security/IdentityScope;)V", "")] [System.Obsolete("Please use SetSystemScope() instead. This setter is not really public in Android API and will vanish in the future versions.")] set; }
[<get: Android.Runtime.Register("getSystemScope", "()Ljava/security/IdentityScope;", "")>]
[<get: System.Obsolete("deprecated")>]
[<set: Android.Runtime.Register("setSystemScope", "(Ljava/security/IdentityScope;)V", "")>]
[<set: System.Obsolete("Please use SetSystemScope() instead. This setter is not really public in Android API and will vanish in the future versions.")>]
static member SystemScope : Java.Security.IdentityScope with get, set
屬性值
系統的身分識別範圍,如果 null
尚未設定,則為 。
- 屬性
備註
屬性 getter 檔:
傳回系統的識別範圍。
的 java.security.IdentityScope.getSystemScope()
Java 檔。
屬性 setter 檔:
設定系統的識別範圍。
首先,如果有安全性管理員,則會 checkSecurityAccess
使用 "setSystemScope"
呼叫其 方法作為其自變數,以查看設定身分識別範圍是否正常。
的 java.security.IdentityScope.setSystemScope(java.security.IdentityScope)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。