Skip to content

Latest commit

 

History

History
117 lines (70 loc) · 3.07 KB

DSInternals.Win32.WebAuthn.Interop.HybridStorageLinkedData.md

File metadata and controls

117 lines (70 loc) · 3.07 KB

Class HybridStorageLinkedData

Namespace: DSInternals.Win32.WebAuthn.Interop
Assembly: DSInternals.Win32.WebAuthn.dll

Information about linked devices

public sealed class HybridStorageLinkedData : IDisposable

Inheritance

objectHybridStorageLinkedData

Implements

IDisposable

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Remarks

Corresponds to CTAPCBOR_HYBRID_STORAGE_LINKED_DATA.

Properties

AuthenticatorName

Authenticator Name

public string AuthenticatorName { get; set; }

Property Value

string

ContactId

Contact Id

public byte[] ContactId { get; set; }

Property Value

byte[]

EncodedTunnelServerDomain

Tunnel server domain

public short EncodedTunnelServerDomain { get; set; }

Property Value

short

LinkId

Link Id

public byte[] LinkId { get; set; }

Property Value

byte[]

LinkSecret

Link secret

public byte[] LinkSecret { get; set; }

Property Value

byte[]

PublicKey

Authenticator Public Key

public byte[] PublicKey { get; set; }

Property Value

byte[]

Methods

Dispose()

Deallocates unmanaged resources.

public void Dispose()