CredentialManager.UnregisterCredentialDescription 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.
Unregisters a CredentialDescription
for an actively provisioned Credential
that has been registered previously.
[Android.Runtime.Register("unregisterCredentialDescription", "(Landroid/credentials/UnregisterCredentialDescriptionRequest;)V", "", ApiSince=34)]
public void UnregisterCredentialDescription (Android.Credentials.UnregisterCredentialDescriptionRequest request);
[<Android.Runtime.Register("unregisterCredentialDescription", "(Landroid/credentials/UnregisterCredentialDescriptionRequest;)V", "", ApiSince=34)>]
member this.UnregisterCredentialDescription : Android.Credentials.UnregisterCredentialDescriptionRequest -> unit
Parameters
the request data
- Attributes
Remarks
Unregisters a CredentialDescription
for an actively provisioned Credential
that has been registered previously.
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.