Show / Hide Table of Contents

TryRemoveBioTemplate Method

TryRemoveBioTemplate(ReadOnlyMemory<byte>)

Try to remove a template from a YubiKey. If there is no enrollment on the YubiKey for the given template ID, this method will do nothing and return true.

C#
public bool TryRemoveBioTemplate(ReadOnlyMemory<byte> templateId)

Parameters

Type Name Description
ReadOnlyMemory<byte> templateId

The ID for the template which will be removed.

Returns

bool

A boolean, true if the entry was removed, false otherwise.

In this article
Back to top Generated by DocFX