IdentityScope.SystemScope Property

Definition

Caution

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

Returns the system's identity scope. -or- Sets the system's identity scope.

[System.Obsolete("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;", "")] get; [Android.Runtime.Register("setSystemScope", "(Ljava/security/IdentityScope;)V", "")] set; }
[<System.Obsolete("deprecated Please use SetSystemScope() instead. This setter is not really public in Android API and will vanish in the future versions.")>]
[<get: Android.Runtime.Register("getSystemScope", "()Ljava/security/IdentityScope;", "")>]
[<set: Android.Runtime.Register("setSystemScope", "(Ljava/security/IdentityScope;)V", "")>]
member this.SystemScope : Java.Security.IdentityScope with get, set

Property Value

IdentityScope

the system's identity scope, or null if none has been set.

Attributes

Remarks

Property getter documentation:

Java documentation for java.security.IdentityScope.getSystemScope().

Property setter documentation:

Java documentation for java.security.IdentityScope.setSystemScope(java.security.IdentityScope).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to