Show / Hide Table of Contents

CredentialMgmtSubCommand Class

Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dll

A base class for CredentialManagementCommand classes to share code.

C#
public class CredentialMgmtSubCommand
Inheritance object CredentialMgmtSubCommand
DeleteCredentialCommand
EnumerateCredentialsBeginCommand
EnumerateCredentialsGetNextCommand
EnumerateRpsBeginCommand
EnumerateRpsGetNextCommand
GetCredentialMetadataCommand

Constructors

Name Description
CredentialMgmtSubCommand()

The default constructor explicitly defined. We don't want it to be used.

CredentialMgmtSubCommand(CredentialManagementCommand)

Constructs a new instance of CredentialMgmtSubCommand.

Properties

Name Description
Application
Command

The object that will perform many of the operations. It contains shared code.

IsPreview

Indicates whether the Apdu should be built with the CredentialMgmtPreview command or not.

Methods

Name Description
CreateCommandApdu()

Creates a well-formed CommandApdu to send to the YubiKey.

In this article
Back to top Generated by DocFX