Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.75 KB

DSInternals.Win32.WebAuthn.HMACGetSecretOutput.md

File metadata and controls

52 lines (33 loc) · 1.75 KB

Class HMACGetSecretOutput

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

The response to a hmac get secret request.

public class HMACGetSecretOutput

Inheritance

objectHMACGetSecretOutput

Inherited Members

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

Properties

Output1

Output of HMAC-SHA-256(CredRandom, Salt1)

public byte[] Output1 { get; set; }

Property Value

byte[]

Output2

Output of HMAC-SHA-256(CredRandom, Salt2)

public byte[] Output2 { get; set; }

Property Value

byte[]