GenerateTotpChallenge Method
GenerateTotpChallenge(Nullable<CredentialPeriod>)
Generates 8 bytes challenge that can be used for TOTP credential calculation.
C#
protected static byte[] GenerateTotpChallenge(Nullable<CredentialPeriod> period)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<CredentialPeriod> | period |
Returns
System.Byte[]
8 bytes challenge.