C# Class Org.BouncyCastle.X509.Store.X509CollectionStoreParameters

This class contains a collection for collection based X509Stores.
Inheritance: IX509StoreParameters
Datei anzeigen Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetCollection ( ) : ICollection

Returns a copy of the ICollection.

ToString ( ) : string

Returns a formatted string describing the parameters.

X509CollectionStoreParameters ( ICollection collection ) : System

Constructor.

The collection is copied.

Method Details

GetCollection() public method

Returns a copy of the ICollection.
public GetCollection ( ) : ICollection
return ICollection

ToString() public method

Returns a formatted string describing the parameters.
public ToString ( ) : string
return string

X509CollectionStoreParameters() public method

Constructor.

The collection is copied.

If collection is null.
public X509CollectionStoreParameters ( ICollection collection ) : System
collection ICollection The collection containing X.509 object types.
return System