Show / Hide Table of Contents

Credential Class

Namespace: Yubico.YubiKey.YubiHsmAuth Assembly: Yubico.YubiKey.dll

The public properties of a long-lived secret stored in the YubiHSM Auth application. The associated secret is used to establish a secure session to a YubiHSM 2 device.

C#
public class Credential
Inheritance object Credential
CredentialWithSecrets

Constructors

Name Description
Credential()

Constructs an instance of the Credential class.

Credential(CryptographicKeyType, string, bool)

Constructs an instance of the Credential class with the provided arguments.

Fields

Name Description
MaxLabelByteCount

Maximum length of the Label.

MinLabelByteCount

Minimum length of the Label.

Properties

Name Description
KeyType

The cryptographic algorithm associated with the Credential.

Label

A short name or description of the Credential.

TouchRequired

Describes if the user is required to touch the YubiKey when accessing the Credential.

In this article
Back to top Generated by DocFX