AuthenticatorAttachment

Wisej.Ext.WebAuthn.AuthenticatorAttachment

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn (3.2.0.0)

This enumeration’s values describe authenticators' attachment modalities.

public enum AuthenticatorAttachment : Enum

Fields

NameDescription

CrossPlatform

A roaming authenticator is attached using cross-platform transports, called cross-platform attachment. Authenticators of this class are removable from, and can "roam" between, client devices.

Platform

A platform authenticator is attached using a client device-specific transport, called platform attachment, and is usually not removable from the client device.

Used By

NameDescription

If this member is present, eligible authenticators are filtered to be only those authenticators attached with the specified authenticator attachment modality.

Last updated