Show / Hide Table of Contents

MaximumMessageSize Property

MaximumMessageSize

The maximum size, in bytes, of a message sent to the YubiKey. This property is OPTIONAL, and if the YubiKey provides no value, this will be null. The standard specifies a default of 1024 (see the field DefaultMaximumMessageSize).

C#
public int? MaximumMessageSize { get; }

Property Value

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