Show / Hide Table of Contents

OathApplicationData Constructor

OathApplicationData(ReadOnlyMemory<byte>, FirmwareVersion, ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, HashAlgorithm)

Constructs an instance of the OathApplicationData class.

C#
public OathApplicationData(ReadOnlyMemory<byte> rawData, FirmwareVersion version, ReadOnlyMemory<byte> salt, ReadOnlyMemory<byte> challenge, HashAlgorithm algorithm = HashAlgorithm.Sha1)

Parameters

Type Name Description
ReadOnlyMemory<byte> rawData
FirmwareVersion version
ReadOnlyMemory<byte> salt
ReadOnlyMemory<byte> challenge
HashAlgorithm algorithm
In this article
Back to top Generated by DocFX