DevicePolicyManager.UninstallAllUserCaCerts(ComponentName) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Uninstalls all custom trusted CA certificates from the profile.
[Android.Runtime.Register("uninstallAllUserCaCerts", "(Landroid/content/ComponentName;)V", "GetUninstallAllUserCaCerts_Landroid_content_ComponentName_Handler")]
public virtual void UninstallAllUserCaCerts (Android.Content.ComponentName? admin);
[<Android.Runtime.Register("uninstallAllUserCaCerts", "(Landroid/content/ComponentName;)V", "GetUninstallAllUserCaCerts_Landroid_content_ComponentName_Handler")>]
abstract member UninstallAllUserCaCerts : Android.Content.ComponentName -> unit
override this.UninstallAllUserCaCerts : Android.Content.ComponentName -> unit
Parameters
- admin
- ComponentName
Which DeviceAdminReceiver
this request is associated with, or
null
if calling from a delegated certificate installer.
- Attributes
Remarks
Uninstalls all custom trusted CA certificates from the profile. Certificates installed by means other than device policy will also be removed, except for system CA certificates.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.