C# Class Microsoft.Xades.EncapsulatedX509CertificateCollection

Collection class that derives from ArrayList. It provides the minimally required functionality to add instances of typed classes and obtain typed elements through a custom indexer.
Inheritance: System.Collections.ArrayList
Exibir arquivo Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Add ( ) : EncapsulatedX509Certificate

Add new typed object to the collection

Add ( EncapsulatedX509Certificate objectToAdd ) : EncapsulatedX509Certificate

Add typed object to the collection

this ( int index ) : EncapsulatedX509Certificate

New typed indexer for the collection

Method Details

Add() public method

Add new typed object to the collection
public Add ( ) : EncapsulatedX509Certificate
return EncapsulatedX509Certificate

Add() public method

Add typed object to the collection
public Add ( EncapsulatedX509Certificate objectToAdd ) : EncapsulatedX509Certificate
objectToAdd EncapsulatedX509Certificate Typed object to be added to collection
return EncapsulatedX509Certificate

this() public method

New typed indexer for the collection
public this ( int index ) : EncapsulatedX509Certificate
index int Index of the object to retrieve from collection
return EncapsulatedX509Certificate