Namespace: DSInternals.Win32.WebAuthn.Interop
Assembly: DSInternals.Win32.WebAuthn.dll
Information about linked devices
public sealed class HybridStorageLinkedData : IDisposable
object ← HybridStorageLinkedData
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Corresponds to CTAPCBOR_HYBRID_STORAGE_LINKED_DATA.
Authenticator Name
public string AuthenticatorName { get; set; }
Contact Id
public byte[] ContactId { get; set; }
byte[]
Tunnel server domain
public short EncodedTunnelServerDomain { get; set; }
Link Id
public byte[] LinkId { get; set; }
byte[]
Link secret
public byte[] LinkSecret { get; set; }
byte[]
Authenticator Public Key
public byte[] PublicKey { get; set; }
byte[]
Deallocates unmanaged resources.
public void Dispose()