FormatterCollection Members
Represents a collection of Formatter elements. This is the base class for all the cryptography formatter collection configuration element handlers.
The following tables list the members exposed by the FormatterCollection type.
Public Constructors
Name | Description | |
---|---|---|
FormatterCollection | Initializes a new instance of the FormatterCollection class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
CollectionType | (Inherited from ConfigurationElementCollection ) | |
Count | (Inherited from ConfigurationElementCollection ) | |
ElementInformation | (Inherited from ConfigurationElement ) | |
EmitClear | (Inherited from ConfigurationElementCollection ) | |
IsSynchronized | (Inherited from ConfigurationElementCollection ) | |
LockAllAttributesExcept | (Inherited from ConfigurationElement ) | |
LockAllElementsExcept | (Inherited from ConfigurationElement ) | |
LockAttributes | (Inherited from ConfigurationElement ) | |
LockElements | (Inherited from ConfigurationElement ) | |
LockItem | (Inherited from ConfigurationElement ) | |
SyncRoot | (Inherited from ConfigurationElementCollection ) |
Top
Protected Properties
Name | Description | |
---|---|---|
AddElementName | (Inherited from ConfigurationElementCollection ) | |
ClearElementName | (Inherited from ConfigurationElementCollection ) | |
ElementName | (Inherited from ConfigurationElementCollection ) | |
ElementProperty | (Inherited from ConfigurationElement ) | |
EvaluationContext | (Inherited from ConfigurationElement ) | |
Item | Overloaded. (Inherited from ConfigurationElement ) | |
Properties | (Inherited from ConfigurationElement ) | |
RemoveElementName | (Inherited from ConfigurationElementCollection ) | |
ThrowOnDuplicate | (Inherited from ConfigurationElementCollection ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds a Formatter object to the collection. | |
CopyTo | (Inherited from ConfigurationElementCollection ) | |
Equals | Overloaded. (Inherited from ConfigurationElementCollection ) | |
GetEnumerator | (Inherited from ConfigurationElementCollection ) | |
GetHashCode | (Inherited from ConfigurationElementCollection ) | |
GetType | (Inherited from Object ) | |
IsReadOnly | (Inherited from ConfigurationElementCollection ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
BaseAdd | Overloaded. (Inherited from ConfigurationElementCollection ) | |
BaseClear | (Inherited from ConfigurationElementCollection ) | |
BaseGet | Overloaded. (Inherited from ConfigurationElementCollection ) | |
BaseGetAllKeys | (Inherited from ConfigurationElementCollection ) | |
BaseGetKey | (Inherited from ConfigurationElementCollection ) | |
BaseIndexOf | (Inherited from ConfigurationElementCollection ) | |
BaseIsRemoved | (Inherited from ConfigurationElementCollection ) | |
BaseRemove | (Inherited from ConfigurationElementCollection ) | |
BaseRemoveAt | (Inherited from ConfigurationElementCollection ) | |
CreateNewElement | Overloaded. Overridden. When overridden in a derived class, creates a new ConfigurationElement. | |
DeserializeElement | (Inherited from ConfigurationElement ) | |
Finalize | (Inherited from Object ) | |
GetElementKey | Overridden. Gets the element key for a specified configuration element when overridden in a derived class. | |
Init | (Inherited from ConfigurationElement ) | |
InitializeDefault | (Inherited from ConfigurationElement ) | |
IsElementName | (Inherited from ConfigurationElementCollection ) | |
IsElementRemovable | (Inherited from ConfigurationElementCollection ) | |
IsModified | (Inherited from ConfigurationElementCollection ) | |
ListErrors | (Inherited from ConfigurationElement ) | |
MemberwiseClone | (Inherited from Object ) | |
OnDeserializeUnrecognizedAttribute | (Inherited from ConfigurationElement ) | |
OnDeserializeUnrecognizedElement | (Inherited from ConfigurationElementCollection ) | |
OnRequiredPropertyNotFound | (Inherited from ConfigurationElement ) | |
PostDeserialize | (Inherited from ConfigurationElement ) | |
PreSerialize | (Inherited from ConfigurationElement ) | |
Reset | (Inherited from ConfigurationElementCollection ) | |
ResetModified | (Inherited from ConfigurationElementCollection ) | |
SerializeElement | (Inherited from ConfigurationElementCollection ) | |
SerializeToXmlElement | (Inherited from ConfigurationElement ) | |
SetPropertyValue | (Inherited from ConfigurationElement ) | |
SetReadOnly | (Inherited from ConfigurationElementCollection ) | |
Unmerge | (Inherited from ConfigurationElementCollection ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.CopyTo | (Inherited from ConfigurationElementCollection ) |
Top
See Also
Reference
FormatterCollection Class
Microsoft.Web.Services3.Security.Configuration Namespace