X509CertificateCollection.IList.IndexOf(Object) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches for the specified object and returns the zero-based index of the first occurrence within the collection.
virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf
- value
- Object
The object to locate in the collection.
The zero-based index of the first occurrence of value
within the collection, if found; otherwise, -1.
This member is an explicit interface member implementation. It can be used only when the X509CertificateCollection instance is cast to an IList interface.
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1 |
.NET Standard | 1.3, 1.4, 1.6 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: