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.
public class PublicKeyCredentialUserEntityPublic Class PublicKeyCredentialUserEntityConstructors
PublicKeyCredentialUserEntity()
Creates a new instance of PublicKeyCredentialUserEntity.
PublicKeyCredentialUserEntity(id, name, displayName)
Creates a new instance of PublicKeyCredentialUserEntity with the given configuration.
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.
Last updated
Was this helpful?