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 若未設定。
- 屬性
備註
財產取得者文件:
回傳系統的身份範圍。
Java 文件 java.security.IdentityScope.getSystemScope()。
屬性設定文件:
設定系統的身份範圍。
首先,如果有安全管理器,會呼叫其 checkSecurityAccess 方法,參數 "setSystemScope" 是參數,以確認是否可以設定身份範圍。
Java 文件 java.security.IdentityScope.setSystemScope(java.security.IdentityScope)。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。