X509CertificateCollection.IList.Remove(Object) Method

Definition

Removes the first occurrence of a specific object from the collection.

C#
void IList.Remove(object value);

Parameters

value
Object

The object to remove from the collection.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the X509CertificateCollection instance is cast to an IList interface.

Applies to

Product Versions
.NET Core 1.0, Core 1.1
.NET Standard 1.3, 1.4, 1.6