Dela via


IdentityPasskeyOptions.IsAllowedAlgorithm Property

Definition

Gets or sets a function that determines whether the given COSE algorithm identifier is allowed for passkey operations.

public Func<int,bool>? IsAllowedAlgorithm { get; set; }
member this.IsAllowedAlgorithm : Func<int, bool> with get, set
Public Property IsAllowedAlgorithm As Func(Of Integer, Boolean)

Property Value

Remarks

This option only applies when creating a new passkey, and already-registered passkeys are not affected by it.

If left null, all supported algorithms are allowed.

See https://www.iana.org/assignments/cose/cose.xhtml#algorithms.

Applies to