Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll
The response to a hmac get secret request.
public class HMACGetSecretOutput
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Output of HMAC-SHA-256(CredRandom, Salt1)
public byte[] Output1 { get; set; }
byte[]
Output of HMAC-SHA-256(CredRandom, Salt2)
public byte[] Output2 { get; set; }
byte[]