語言

IdentityScope.SystemScope 屬性

定義

警告

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 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於