CredentialMgmtSubCommand Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllA base class for CredentialManagementCommand classes to share code.
C#
public class CredentialMgmtSubCommand : Object
Inheritance
System.Object
CredentialMgmtSubCommand
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. |