IdentityScope.SystemScope プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 ドキュメントjava.security.IdentityScope.getSystemScope()
プロパティ セッターのドキュメント:
システムの ID スコープを設定します。
まず、セキュリティ マネージャーがある場合は、その checkSecurityAccess
メソッドを引数として呼び出 "setSystemScope"
して、ID スコープを設定しても問題ないかどうかを確認します。
の Java ドキュメントjava.security.IdentityScope.setSystemScope(java.security.IdentityScope)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。