Show / Hide Table of Contents

SetAesKey Method

SetAesKey(ReadOnlySpan<byte>)

The AES key with which the OTP is encrypted.

C#
public void SetAesKey(ReadOnlySpan<byte> aesKey)

Parameters

Type Name Description
ReadOnlySpan<byte> aesKey

Remarks

For static passwords, this is also used as part of the password.

In this article
Back to top Generated by DocFX