X509CertificateCollection.IList.Insert(Int32, Object) Method

Definition

Inserts an element into the collection at the specified index.

C#
void IList.Insert(int index, object value);

Parameters

index
Int32

The zero-based index at which the value should be inserted.

value
Object

The object to insert.

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