Show / Hide Table of Contents

MaximumSerializedLargeBlobArray Property

MaximumSerializedLargeBlobArray

The maximum size, in bytes, of the serialized large-blob array that this YubiKey can store. If the authenticatorLargeBlobs command is not supported, this will be null. If it is supported, it will be a value greater than 1024. This property is OPTIONAL, and if the YubiKey provides no value, this will be null (the authenticatorLargeBlobs command is not supported).

C#
public int? MaximumSerializedLargeBlobArray { get; }

Property Value

Type Description
int?
In this article
Back to top Generated by DocFX