DeviceAdminReceiver.OnPasswordChanged 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 속성 | Description |
|---|---|
| OnPasswordChanged(Context, Intent) |
수신 결과로 사용자가 디바이스 또는 프로필 챌린지 암호를 변경한 후 호출됩니다 |
| OnPasswordChanged(Context, Intent, UserHandle) |
수신 결과로 사용자가 디바이스 또는 프로필 챌린지 암호를 변경한 후 호출됩니다 |
OnPasswordChanged(Context, Intent)
수신 결과로 사용자가 디바이스 또는 프로필 챌린지 암호를 변경한 후 호출됩니다 #ACTION_PASSWORD_CHANGED.
[Android.Runtime.Register("onPasswordChanged", "(Landroid/content/Context;Landroid/content/Intent;)V", "GetOnPasswordChanged_Landroid_content_Context_Landroid_content_Intent_Handler")]
public virtual void OnPasswordChanged(Android.Content.Context context, Android.Content.Intent intent);
[<Android.Runtime.Register("onPasswordChanged", "(Landroid/content/Context;Landroid/content/Intent;)V", "GetOnPasswordChanged_Landroid_content_Context_Landroid_content_Intent_Handler")>]
abstract member OnPasswordChanged : Android.Content.Context * Android.Content.Intent -> unit
override this.OnPasswordChanged : Android.Content.Context * Android.Content.Intent -> unit
매개 변수
- context
- Context
에 따라 #onReceive실행되는 컨텍스트입니다.
- intent
- Intent
에 따라 #onReceive수신된 의도입니다.
- 특성
설명
수신 결과로 사용자가 디바이스 또는 프로필 챌린지 암호를 변경한 후 호출됩니다 #ACTION_PASSWORD_CHANGED. 이 시점에서 활성 암호 특성을 검색하는 데 사용할 DevicePolicyManager#getPasswordQuality(android.content.ComponentName) 수 있습니다.
이 멤버는 더 이상 사용되지 않습니다. 에서 android.os.Build.VERSION_CODES#O대신 사용합니다 #onPasswordChanged(Context, Intent, UserHandle) .
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
OnPasswordChanged(Context, Intent, UserHandle)
수신 결과로 사용자가 디바이스 또는 프로필 챌린지 암호를 변경한 후 호출됩니다 #ACTION_PASSWORD_CHANGED.
[Android.Runtime.Register("onPasswordChanged", "(Landroid/content/Context;Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetOnPasswordChanged_Landroid_content_Context_Landroid_content_Intent_Landroid_os_UserHandle_Handler", ApiSince=26)]
public virtual void OnPasswordChanged(Android.Content.Context context, Android.Content.Intent intent, Android.OS.UserHandle user);
[<Android.Runtime.Register("onPasswordChanged", "(Landroid/content/Context;Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetOnPasswordChanged_Landroid_content_Context_Landroid_content_Intent_Landroid_os_UserHandle_Handler", ApiSince=26)>]
abstract member OnPasswordChanged : Android.Content.Context * Android.Content.Intent * Android.OS.UserHandle -> unit
override this.OnPasswordChanged : Android.Content.Context * Android.Content.Intent * Android.OS.UserHandle -> unit
매개 변수
- context
- Context
에 따라 #onReceive실행되는 컨텍스트입니다.
- intent
- Intent
에 따라 #onReceive수신된 의도입니다.
- user
- UserHandle
암호가 변경된 사용자 또는 프로필입니다. 이 사용자가 현재 프로필인지 부모 사용자인지 확인하려면 .와 같은 Process#myUserHandle지 확인합니다.
- 특성
설명
수신 결과로 사용자가 디바이스 또는 프로필 챌린지 암호를 변경한 후 호출됩니다 #ACTION_PASSWORD_CHANGED. 이 시점에서 활성 암호 특성을 검색하는 데 사용할 DevicePolicyManager#getPasswordQuality(android.content.ComponentName) 수 있습니다.
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.