ExcludeCredential Method
ExcludeCredential(CredentialId)
Add an entry to the exclude list.
C#
public void ExcludeCredential(CredentialId credentialId)
Parameters
Type | Name | Description |
---|---|---|
CredentialId | credentialId | The |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | The |
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.