LargeBlobKey Property
LargeBlobKey
If this is not null, it is the large blob key (see section 12.3 of the CTAP2 standard). This is an optional element so it can be null.
C#
public Nullable<ReadOnlyMemory<byte>> LargeBlobKey { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.ReadOnlyMemory<System.Byte>> |