Show / Hide Table of Contents

ExcludeList Property

ExcludeList

The list of credentialIds for which the authenticator should not create a new credential. This is an optional parameter, so it can be null.

C#
public IReadOnlyList<CredentialId>? ExcludeList { get; }

Property Value

Type Description
IReadOnlyList<CredentialId>

Remarks

To add an entry to the list, call ExcludeCredential(CredentialId).

In this article
Back to top Generated by DocFX