BinarySecurityTokenManagerCollection Members
Represents a collection of <securityTokenManager> elements that specifies the user-supplied custom security token managers for XML-based security tokens within an application domain.
The following tables list the members exposed by the BinarySecurityTokenManagerCollection type.
Public Constructors
Name | Description | |
---|---|---|
BinarySecurityTokenManagerCollection | Initializes a new instance of the BinarySecurityTokenManagerCollection 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 | Overridden. Gets a value that indicates whether an attempt to add a duplicate <binarySecurityTokenManager> Element to the collection causes an exception to be thrown. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds a <binarySecurityTokenManager> Element as a System.Configuration.ConfigurationElement 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 | Overridden. Called after deserialization. | |
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
BinarySecurityTokenManagerCollection Class
Microsoft.Web.Services3.Security.Configuration Namespace