CredentialUserInfo Class
Namespace: Yubico.YubiKey.Fido2 Assembly: Yubico.YubiKey.dllContains the info about a user in one credential on the YubiKey. This is the class returned when calling EnumerateCredentialsForRelyingParty(RelyingParty).
C#
public class CredentialUserInfo : Object
Inheritance
System.Object
CredentialUserInfo
Constructors
Name | Description |
---|---|
CredentialUserInfo(UserEntity, CredentialId, CoseKey, Int32, Nullable<ReadOnlyMemory<Byte>>) | Build a new instance of CredentialUserInfo based on the given objects related to a user. |
Properties
Name | Description |
---|---|
CredentialId | The credential ID for a credential returned. |
CredentialPublicKey | The public key for a credential returned. |
CredProtectPolicy | The credential protection policy. See section 12.1.1 of the FIDO2 standard for a description of the meanings of the number returned. |
LargeBlobKey | The large blob key for a credential. If this property is null, either the credential does not have a large blob key, or it does have a large blob key but it is not requested. |
User | The user entity for a credential returned. |