Credential Class
Namespace: Yubico.YubiKey.YubiHsmAuth Assembly: Yubico.YubiKey.dllThe 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 : Object
Inheritance
System.Object
Credential
Constructors
Name | Description |
---|---|
Credential() | Constructs an instance of the Credential class. |
Credential(CryptographicKeyType, String, Boolean) | 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. |