PublicKeyCredentialUserEntity
Wisej.Ext.WebAuthn.PublicKeyCredentialUserEntity
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn (3.2.0.0)
Names and identifier for the user account performing the registration.
Constructors
Creates a new instance of PublicKeyCredentialUserEntity.
Creates a new instance of PublicKeyCredentialUserEntity with the given configuration.
Name | Type | Description |
---|---|---|
id | The user handle. | |
name | The user name. | |
displayName | The user display name. |
Properties
String: A human-palatable name for the user account, intended only for display.
String: The user handle of the user account.
String: A name for the user account.
Last updated