Язык

IdentityScope.SystemScope Свойство

Определение

Внимание!

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 нет.

Атрибуты

Комментарии

Документация по методу получения свойств:

Возвращает область идентификации системы.

Java документации по java.security.IdentityScope.getSystemScope().

Документация по набору свойств:

Задает область идентификации системы.

Во-первых, если есть диспетчер безопасности, его checkSecurityAccess метод вызывается в "setSystemScope" качестве аргумента, чтобы узнать, правильно ли задать область идентификации.

Java документации по java.security.IdentityScope.setSystemScope(java.security.IdentityScope).

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к