Show / Hide Table of Contents

UserEntity Property

UserEntity

The user's ID, along with optional descriptive strings. This is a required element.

C#
public UserEntity UserEntity { get; set; }

Property Value

Type Description
UserEntity

Remarks

Note that a UserEntity is a required element in order to make a credential. The standard specifies that the UserEntity is made up of an ID, a Name, and a DisplayName. The standard also says the Name and DisplayName are optional. It should be possible to make a credential using a UserEntity that contains only an ID. However, YubiKeys prior to version 5.3.0 require a Name in order to make a credential.

In this article
Back to top Generated by DocFX