Show / Hide Table of Contents

EnumerateCredentialsBeginCommand Constructor

EnumerateCredentialsBeginCommand(RelyingParty, ReadOnlyMemory<byte>, PinUvAuthProtocolBase)

Constructs a new instance of EnumerateCredentialsBeginCommand.

C#
public EnumerateCredentialsBeginCommand(RelyingParty relyingParty, ReadOnlyMemory<byte> pinUvAuthToken, PinUvAuthProtocolBase authProtocol)

Parameters

Type Name Description
RelyingParty relyingParty

The relying party for which the credential enumeration is requested.

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