PublicKeyCredentialUserEntity
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn
Names and identifier for the user account performing the registration.
- C#
- VB.NET
public class PublicKeyCredentialUserEntity
Public Class PublicKeyCredentialUserEntity
Constructors
PublicKeyCredentialUserEntity()
Creates a new instance of PublicKeyCredentialUserEntity.
PublicKeyCredentialUserEntity(id, name, displayName)
Creates a new instance of PublicKeyCredentialUserEntity with the given configuration.
| Name | Type | Description |
|---|---|---|
| id | String | The user handle. |
| name | String | The user name. |
| displayName | String | The user display name. |
Properties
DisplayName
String: A human-palatable name for the user account, intended only for display.
Id
String: The user handle of the user account.
Name
String: A name for the user account.