Class SqlCryptographicProviderCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of cryptographic providers.
public class SqlCryptographicProviderCollection : Collection<SqlCryptographicProvider>, IList<SqlCryptographicProvider>, ICollection<SqlCryptographicProvider>, IList, ICollection, IReadOnlyList<SqlCryptographicProvider>, IReadOnlyCollection<SqlCryptographicProvider>, IEnumerable<SqlCryptographicProvider>, IEnumerable
- Inheritance
-
SqlCryptographicProviderCollection
- Implements
- Inherited Members
Constructors
SqlCryptographicProviderCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlCryptographicProviderCollection class.
public SqlCryptographicProviderCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.SqlCryptographicProvider with the specified name, or null if no CENTREL.XIA.Configuration.Types.SqlCryptographicProvider with that name is found.
public SqlCryptographicProvider FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.SqlCryptographicProvider to locate.
Returns
- SqlCryptographicProvider
The CENTREL.XIA.Configuration.Types.SqlCryptographicProvider with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()