| Dart.PowerTCP.SslSockets Namespace : CertificateStore Class |
CertificateStore Constructor | Overloaded. Creates a new CertificateStore object. |
Capacity (Inherited from System.Collections.ArrayList) | Gets or sets the number of elements that the ArrayList can contain. |
Count (Inherited from System.Collections.ArrayList) | Gets the number of elements actually contained in the ArrayList. |
IsFixedSize (Inherited from System.Collections.ArrayList) | Gets a value indicating whether the ArrayList has a fixed size. |
IsReadOnly (Inherited from System.Collections.ArrayList) | Gets a value indicating whether the ArrayList is read-only. |
IsSynchronized (Inherited from System.Collections.ArrayList) | Gets a value indicating whether access to the ArrayList is synchronized (thread safe). |
Item | Gets or sets the element at the specified index. |
Location | The location where the certificate store resides. |
Name | The name of this certificate store. |
SyncRoot (Inherited from System.Collections.ArrayList) | Gets an object that can be used to synchronize access to the ArrayList. |
Add (Inherited from System.Collections.ArrayList) | Adds an object to the end of the ArrayList. |
AddRange (Inherited from System.Collections.ArrayList) | Adds the elements of an ICollection to the end of the ArrayList. |
BinarySearch (Inherited from System.Collections.ArrayList) | Overloaded. Searches a range of elements in the sorted ArrayList for an element using the specified comparer and returns the zero-based index of the element. |
Clear (Inherited from System.Collections.ArrayList) | Removes all elements from the ArrayList. |
Clone (Inherited from System.Collections.ArrayList) | Creates a shallow copy of the ArrayList. |
Contains | Overloaded. Determines whether an element is in the collection. |
CopyTo | Overloaded. Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
Dispose | Overloaded. Releases all resources associated with the object. |
GetEnumerator (Inherited from System.Collections.ArrayList) | Overloaded. Returns an enumerator for the entire ArrayList. |
GetRange (Inherited from System.Collections.ArrayList) | Returns an ArrayList which represents a subset of the elements in the source ArrayList. |
IndexOf | Overloaded. Searches for the specified value and returns the zero-based index of the first occurrence within the entire collection. |
Insert | Overloaded. Inserts an element into the collection at the specified index. |
InsertRange (Inherited from System.Collections.ArrayList) | Inserts the elements of a collection into the ArrayList at the specified index. |
LastIndexOf (Inherited from System.Collections.ArrayList) | Overloaded. Searches for the specified Object and returns the zero-based index of the last occurrence within the entire ArrayList. |
Remove (Inherited from System.Collections.ArrayList) | Removes the first occurrence of a specific object from the ArrayList. |
RemoveAt (Inherited from System.Collections.ArrayList) | Removes the element at the specified index of the ArrayList. |
RemoveRange (Inherited from System.Collections.ArrayList) | Removes a range of elements from the ArrayList. |
Reverse (Inherited from System.Collections.ArrayList) | Overloaded. Reverses the order of the elements in the entire ArrayList. |
SetRange (Inherited from System.Collections.ArrayList) | Copies the elements of a collection over a range of elements in the ArrayList. |
Sort (Inherited from System.Collections.ArrayList) | Overloaded. Sorts the elements in the entire ArrayList using the IComparable implementation of each element. |
ToArray (Inherited from System.Collections.ArrayList) | Overloaded. Copies the elements of the ArrayList to a new Object array. |
TrimToSize (Inherited from System.Collections.ArrayList) | Sets the capacity to the actual number of elements in the ArrayList. |
Finalize | Overridden. |
CertificateStore Class | Dart.PowerTCP.SslSockets Namespace
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.