Compartir a través de


IdentityScope.SystemScope Propiedad

Definición

Precaución

deprecated

Precaución

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

Devuelve el ámbito de identidad del sistema. -o bien- Establece el ámbito de identidad del sistema.

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

Valor de propiedad

ámbito de identidad del sistema o null si no se ha establecido ninguno.

Atributos

Comentarios

Documentación del captador de propiedades:

Devuelve el ámbito de identidad del sistema.

Documentación de Java para java.security.IdentityScope.getSystemScope().

Documentación del establecedor de propiedades:

Establece el ámbito de identidad del sistema.

En primer lugar, si hay un administrador de seguridad, se llama a su checkSecurityAccess método con "setSystemScope" como argumento para ver si es correcto establecer el ámbito de identidad.

Documentación de Java para java.security.IdentityScope.setSystemScope(java.security.IdentityScope).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a