Show / Hide Table of Contents

GetDataBytes Method

GetDataBytes()

Get the raw bytes for the OTP (one-time password).

C#
public ReadOnlyMemory<byte> GetDataBytes()

Returns

ReadOnlyMemory<byte>

System.ReadOnlyMemory<T> collection of bytes.

In this article
Back to top Generated by DocFX