AuthenticatorPublicKey Property
AuthenticatorPublicKey
The public key returned by the YubiKey.
C#
public CoseKey? AuthenticatorPublicKey { get; protected set; }
Property Value
Type | Description |
---|---|
Cose |
Remarks
The caller will obtain the YubiKey's public key using the
Get
A call to Initialize() will set this to null
. That
is, a new public key must be obtained for each PIN/UV authentication
session with the YubiKey. Even if the new session is initiated with
the previously-used YubiKey, the public key must be obtained, because
the YubiKey might generate a new public key.