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 属性许可证中所述的术语使用。