CredentialManager.IsEnabledCredentialProviderService(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.
Returns true
if the calling application provides a CredentialProviderService that is
enabled for the current user, or false
otherwise.
[Android.Runtime.Register("isEnabledCredentialProviderService", "(Landroid/content/ComponentName;)Z", "", ApiSince=34)]
public bool IsEnabledCredentialProviderService (Android.Content.ComponentName componentName);
[<Android.Runtime.Register("isEnabledCredentialProviderService", "(Landroid/content/ComponentName;)Z", "", ApiSince=34)>]
member this.IsEnabledCredentialProviderService : Android.Content.ComponentName -> bool
Parameters
- componentName
- ComponentName
the component name to check is enabled
Returns
- Attributes
Remarks
Returns true
if the calling application provides a CredentialProviderService that is enabled for the current user, or false
otherwise. CredentialProviderServices are enabled on a per-service basis so the individual component name of the service should be passed in here.
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.