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 |
---|---|
System.Collections.Generic.IReadOnlyList<CredentialId> |
Remarks
To add an entry to the list, call ExcludeCredential(CredentialId).