Show / Hide Table of Contents

YubiKeyEncodedPublicKey Property

YubiKeyEncodedPublicKey

Contains the TLV encoding of the public key as represented by the GET METADATA command. If there is no encoded public key, this will be a buffer of length 0.

C#
public ReadOnlyMemory<byte> YubiKeyEncodedPublicKey { get; }

Property Value

Type Description
ReadOnlyMemory<byte>
In this article
Back to top Generated by DocFX