IdentityScope.SystemScope 속성

정의

주의

deprecated

주의

Please use SetSystemScope() instead. This setter is not really public in Android API and will vanish in the future versions.

시스템의 ID 범위를 반환합니다. -또는- 시스템의 ID 범위를 설정합니다.

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

속성 값

시스템의 ID 범위 또는 null 설정된 항목이 없는 경우

특성

설명

속성 getter 설명서:

시스템의 ID 범위를 반환합니다.

에 대한 java.security.IdentityScope.getSystemScope()Java 설명서

속성 setter 설명서:

시스템의 ID 범위를 설정합니다.

먼저 보안 관리자가 있는 경우 해당 checkSecurityAccess 메서드를 인수로 "setSystemScope" 호출하여 ID 범위를 설정하는 것이 괜찮은지 확인합니다.

에 대한 java.security.IdentityScope.setSystemScope(java.security.IdentityScope)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상