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 |
---|---|---|
System.ReadOnlyMemory<System.Byte> | templateId | The ID for the template which will be removed. |
Returns
System.Boolean
A boolean, true
if the entry was removed, false
otherwise.