Condividi tramite


IdentityScope.SystemScope Proprietà

Definizione

Attenzione

deprecated

Attenzione

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

Restituisce l'ambito di identità del sistema. -oppure- Imposta l'ambito di identità 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

Valore della proprietà

ambito di identità del sistema o null se non è stato impostato nessuno.

Attributi

Commenti

Documentazione del getter delle proprietà:

Restituisce l'ambito di identità del sistema.

Documentazione java per java.security.IdentityScope.getSystemScope().

Documentazione del setter delle proprietà:

Imposta l'ambito di identità del sistema.

In primo luogo, se è presente un gestore della sicurezza, il checkSecurityAccess relativo metodo viene chiamato con "setSystemScope" come argomento per verificare se è ok impostare l'ambito di identità.

Documentazione java per java.security.IdentityScope.setSystemScope(java.security.IdentityScope).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a