Show / Hide Table of Contents

ExcludeCredential Method

ExcludeCredential(CredentialId)

Add an entry to the exclude list.

C#
public void ExcludeCredential(CredentialId credentialId)

Parameters

Type Name Description
CredentialId credentialId

The credentialId to add.

Exceptions

Type Condition
ArgumentNullException

The credentialId arg is null.

Remarks

If there is no list yet when this method is called, one will be created. That is, even if the ExcludeList is null, you can call the method to add an entry.

In this article
Back to top Generated by DocFX