Show / Hide Table of Contents

GenerateTotpChallenge Method

GenerateTotpChallenge(CredentialPeriod?)

Generates 8 bytes challenge that can be used for TOTP credential calculation.

C#
protected static byte[] GenerateTotpChallenge(CredentialPeriod? period)

Parameters

Type Name Description
CredentialPeriod? period

Returns

byte[]

8 bytes challenge.

In this article
Back to top Generated by DocFX