Class UserPasskey
Passkey properties
public class UserPasskey
- Inheritance
-
objectUserPasskey
Properties
CredentialId
the credential ID for this passkey
public byte[] CredentialId { get; set; }
Property Value
- byte[]
CredentialJson
A serialized JSON object from the navigator.credentials.create() JavaScript API - only populated during Add
public string CredentialJson { get; set; }
Property Value
- string
Name
The friendly name of the passkey
public string Name { get; set; }
Property Value
- string
UserId
The User which this passkey belongs to
public int UserId { get; set; }
Property Value
- int