Dart.PowerTCP.SslSockets Namespace > CertificateStore Class : IndexOf Method |
Searches for the specified value and returns the zero-based index of the first occurrence within the entire collection.
[Visual Basic] Overloads Public Function IndexOf(Certificate) As Integer
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire ArrayList.[C++/CLI] public int IndexOf(Certificate^);
Searches for the specified Object and returns the zero-based index of the first occurrence within the range of elements in the ArrayList that extends from the specified index to the last element.[C++/CLI] public virtual int IndexOf(Object^);
Searches for the specified Object and returns the zero-based index of the first occurrence within the range of elements in the ArrayList that starts at the specified index and contains the specified number of elements.[C++/CLI] public virtual int IndexOf(Object^,int);
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CertificateStore Class | CertificateStore Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.