C# Class NServiceBus.Config.RijndaelExpiredKeyCollection

A configuration element collection of RijndaelExpiredKeys.
Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
Add ( NServiceBus.Config.RijndaelExpiredKey mapping ) : void

Calls BaseAdd.

Clear ( ) : void

Calls BaseClear.

IndexOf ( NServiceBus.Config.RijndaelExpiredKey encryptionKey ) : int

Calls BaseIndexOf on the given RijndaelExpiredKey.

IsReadOnly ( ) : bool

True if the collection is readonly.

Remove ( NServiceBus.Config.RijndaelExpiredKey mapping ) : void

If the key exists, calls BaseRemove on it.

Remove ( string name ) : void

Calls BaseRemove.

RemoveAt ( int index ) : void

Calls BaseRemoveAt.

this ( int index ) : NServiceBus.Config.RijndaelExpiredKey

Gets/sets the RijndaelExpiredKey at the given index.

this ( string key ) : NServiceBus.Config.RijndaelExpiredKey

Gets the RijndaelExpiredKey for the given key.

Méthodes protégées

Méthode Description
BaseAdd ( ConfigurationElement element ) : void

Calls BaseAdd with true as the additional parameter.

CreateNewElement ( ) : ConfigurationElement

Creates a new RijndaelExpiredKey.

CreateNewElement ( string elementName ) : ConfigurationElement

Creates a new RijndaelExpiredKey, setting its RijndaelExpiredKey.Key property to the given value.

GetElementKey ( ConfigurationElement element ) : object

Returns the Messages property of the given RijndaelExpiredKey element.

Method Details

Add() public méthode

Calls BaseAdd.
public Add ( NServiceBus.Config.RijndaelExpiredKey mapping ) : void
mapping NServiceBus.Config.RijndaelExpiredKey
Résultat void

BaseAdd() protected méthode

Calls BaseAdd with true as the additional parameter.
protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
Résultat void

Clear() public méthode

Calls BaseClear.
public Clear ( ) : void
Résultat void

CreateNewElement() protected méthode

Creates a new RijndaelExpiredKey.
protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

CreateNewElement() protected méthode

Creates a new RijndaelExpiredKey, setting its RijndaelExpiredKey.Key property to the given value.
protected CreateNewElement ( string elementName ) : ConfigurationElement
elementName string
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

Returns the Messages property of the given RijndaelExpiredKey element.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

IndexOf() public méthode

Calls BaseIndexOf on the given RijndaelExpiredKey.
public IndexOf ( NServiceBus.Config.RijndaelExpiredKey encryptionKey ) : int
encryptionKey NServiceBus.Config.RijndaelExpiredKey
Résultat int

IsReadOnly() public méthode

True if the collection is readonly.
public IsReadOnly ( ) : bool
Résultat bool

Remove() public méthode

If the key exists, calls BaseRemove on it.
public Remove ( NServiceBus.Config.RijndaelExpiredKey mapping ) : void
mapping NServiceBus.Config.RijndaelExpiredKey
Résultat void

Remove() public méthode

Calls BaseRemove.
public Remove ( string name ) : void
name string
Résultat void

RemoveAt() public méthode

Calls BaseRemoveAt.
public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

Gets/sets the RijndaelExpiredKey at the given index.
public this ( int index ) : NServiceBus.Config.RijndaelExpiredKey
index int
Résultat NServiceBus.Config.RijndaelExpiredKey

this() public méthode

Gets the RijndaelExpiredKey for the given key.
public this ( string key ) : NServiceBus.Config.RijndaelExpiredKey
key string
Résultat NServiceBus.Config.RijndaelExpiredKey