Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll
The inputs to the hmac secret if it was created during registration.
public class HMACGetSecretInput
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
32-byte random data.
[JsonPropertyName("salt1")]
public byte[] Salt1 { get; set; }
byte[]
Optional additional 32-byte random data. Used when the platform wants to roll over the symmetric secret in one operation.
[JsonPropertyName("salt2")]
public byte[] Salt2 { get; set; }
byte[]