Table of Contents

Class Extensions

Namespace
Yubico.YubiKey.Fido2
Assembly
Yubico.YubiKey.dll

Contains constant strings for FIDO2 extension identifiers.

public static class Extensions
Inheritance
object
Extensions

Fields

CredBlob

The credential blob extension identifier.

public const string CredBlob = "credBlob"

Field Value

string

CredProtect

The credential protection extension identifier.

public const string CredProtect = "credProtect"

Field Value

string

HmacSecret

The HMAC secret extension identifier.

public const string HmacSecret = "hmac-secret"

Field Value

string

HmacSecretMc

The HMAC secret multi-credential extension identifier.

public const string HmacSecretMc = "hmac-secret-mc"

Field Value

string

LargeBlobKey

The large blob key extension identifier.

public const string LargeBlobKey = "largeBlobKey"

Field Value

string

MinPinLength

The minimum PIN length extension identifier.

public const string MinPinLength = "minPinLength"

Field Value

string

ThirdPartyPayment

The third party payment extension identifier.

public const string ThirdPartyPayment = "thirdPartyPayment"

Field Value

string