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