UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim,TUserPasskey>.RemovePasskeyAsync 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.
Removes a passkey credential from the specified user.
public virtual System.Threading.Tasks.Task RemovePasskeyAsync(TUser user, byte[] credentialId, System.Threading.CancellationToken cancellationToken);abstract member RemovePasskeyAsync : 'User * byte[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.RemovePasskeyAsync : 'User * byte[] * System.Threading.CancellationToken -> System.Threading.Tasks.TaskPublic Overridable Function RemovePasskeyAsync (user As TUser, credentialId As Byte(), cancellationToken As CancellationToken) As TaskParameters
- user
- TUser
The user to remove the passkey credential from.
- credentialId
- Byte[]
The credential id of the passkey to remove.
- cancellationToken
- CancellationToken
The CancellationToken used to propagate notifications that the operation should be canceled.
Returns
The Task that represents the asynchronous operation.