ActualDataLength Property
ActualDataLength
Gets or sets the actual length of the data received from the YubiKey.
C#
public Nullable<int> ActualDataLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The actual length of the data. |