Skip to main content

PublicKeyCredentialUserEntity

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn

Names and identifier for the user account performing the registration.

public class PublicKeyCredentialUserEntity

Constructors

Instance memberPublicKeyCredentialUserEntity()

Creates a new instance of PublicKeyCredentialUserEntity.

Instance memberPublicKeyCredentialUserEntity(id, name, displayName)

Creates a new instance of PublicKeyCredentialUserEntity with the given configuration.

NameTypeDescription
idStringThe user handle.
nameStringThe user name.
displayNameStringThe user display name.

Properties

Instance memberDisplayName

String: A human-palatable name for the user account, intended only for display.

Instance memberId

String: The user handle of the user account.

Instance memberName

String: A name for the user account.