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 Nullable<int> MaximumSerializedLargeBlobArray { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |