Show / Hide Table of Contents

UpdateUserInfoCommand Constructor

UpdateUserInfoCommand(CredentialId, UserEntity, ReadOnlyMemory<byte>, PinUvAuthProtocolBase)

Constructs a new instance of UpdateUserInfoCommand.

C#
public UpdateUserInfoCommand(CredentialId credentialId, UserEntity userEntity, ReadOnlyMemory<byte> pinUvAuthToken, PinUvAuthProtocolBase authProtocol)

Parameters

Type Name Description
CredentialId credentialId

The CredentialId of the credential with the user info to update.

UserEntity userEntity

The UserEntity containing the new user info to be stored on the YubiKey.

ReadOnlyMemory<byte> pinUvAuthToken

The PIN/UV Auth Token built from the PIN. This is the encrypted token key.

PinUvAuthProtocolBase authProtocol

The Auth Protocol used to build the Auth Token.

In this article
Back to top Generated by DocFX