Show / Hide Table of Contents

LargeBlobKey Property

LargeBlobKey

If this is not null, it is the large blob key (see section 12.3 of the CTAP2 standard). This is an optional element so it can be null.

C#
public ReadOnlyMemory<byte>? LargeBlobKey { get; }

Property Value

Type Description
ReadOnlyMemory<byte>?
In this article
Back to top Generated by DocFX