C# 클래스 NServiceBus.Config.RijndaelExpiredKeyCollection

A configuration element collection of RijndaelExpiredKeys.
상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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.

메소드 상세

Add() 공개 메소드

Calls BaseAdd.
public Add ( NServiceBus.Config.RijndaelExpiredKey mapping ) : void
mapping NServiceBus.Config.RijndaelExpiredKey
리턴 void

BaseAdd() 보호된 메소드

Calls BaseAdd with true as the additional parameter.
protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
리턴 void

Clear() 공개 메소드

Calls BaseClear.
public Clear ( ) : void
리턴 void

CreateNewElement() 보호된 메소드

Creates a new RijndaelExpiredKey.
protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

CreateNewElement() 보호된 메소드

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

GetElementKey() 보호된 메소드

Returns the Messages property of the given RijndaelExpiredKey element.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
리턴 object

IndexOf() 공개 메소드

Calls BaseIndexOf on the given RijndaelExpiredKey.
public IndexOf ( NServiceBus.Config.RijndaelExpiredKey encryptionKey ) : int
encryptionKey NServiceBus.Config.RijndaelExpiredKey
리턴 int

IsReadOnly() 공개 메소드

True if the collection is readonly.
public IsReadOnly ( ) : bool
리턴 bool

Remove() 공개 메소드

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

Remove() 공개 메소드

Calls BaseRemove.
public Remove ( string name ) : void
name string
리턴 void

RemoveAt() 공개 메소드

Calls BaseRemoveAt.
public RemoveAt ( int index ) : void
index int
리턴 void

this() 공개 메소드

Gets/sets the RijndaelExpiredKey at the given index.
public this ( int index ) : NServiceBus.Config.RijndaelExpiredKey
index int
리턴 NServiceBus.Config.RijndaelExpiredKey

this() 공개 메소드

Gets the RijndaelExpiredKey for the given key.
public this ( string key ) : NServiceBus.Config.RijndaelExpiredKey
key string
리턴 NServiceBus.Config.RijndaelExpiredKey