Share via


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
public property CollectionType  (Inherited from ConfigurationElementCollection )
public property Count  (Inherited from ConfigurationElementCollection )
public property ElementInformation  (Inherited from ConfigurationElement )
public property EmitClear  (Inherited from ConfigurationElementCollection )
public property IsSynchronized  (Inherited from ConfigurationElementCollection )
public property LockAllAttributesExcept  (Inherited from ConfigurationElement )
public property LockAllElementsExcept  (Inherited from ConfigurationElement )
public property LockAttributes  (Inherited from ConfigurationElement )
public property LockElements  (Inherited from ConfigurationElement )
public property LockItem  (Inherited from ConfigurationElement )
public property SyncRoot  (Inherited from ConfigurationElementCollection )

Top

Protected Properties

  Name Description
protected property AddElementName  (Inherited from ConfigurationElementCollection )
protected property ClearElementName  (Inherited from ConfigurationElementCollection )
protected property ElementName  (Inherited from ConfigurationElementCollection )
protected property ElementProperty  (Inherited from ConfigurationElement )
protected property EvaluationContext  (Inherited from ConfigurationElement )
protected property Item  Overloaded. (Inherited from ConfigurationElement )
protected property Properties  (Inherited from ConfigurationElement )
protected property RemoveElementName  (Inherited from ConfigurationElementCollection )
protected property 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
public method Add Adds a <binarySecurityTokenManager> Element as a System.Configuration.ConfigurationElement object to the collection.
public method CopyTo  (Inherited from ConfigurationElementCollection )
public method Equals  Overloaded. (Inherited from ConfigurationElementCollection )
public method GetEnumerator  (Inherited from ConfigurationElementCollection )
public method GetHashCode  (Inherited from ConfigurationElementCollection )
public method GetType  (Inherited from Object )
public method IsReadOnly  (Inherited from ConfigurationElementCollection )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method BaseAdd  Overloaded. (Inherited from ConfigurationElementCollection )
protected method BaseClear  (Inherited from ConfigurationElementCollection )
protected method BaseGet  Overloaded. (Inherited from ConfigurationElementCollection )
protected method BaseGetAllKeys  (Inherited from ConfigurationElementCollection )
protected method BaseGetKey  (Inherited from ConfigurationElementCollection )
protected method BaseIndexOf  (Inherited from ConfigurationElementCollection )
protected method BaseIsRemoved  (Inherited from ConfigurationElementCollection )
protected method BaseRemove  (Inherited from ConfigurationElementCollection )
protected method BaseRemoveAt  (Inherited from ConfigurationElementCollection )
protected method CreateNewElement Overloaded. Overridden. When overridden in a derived class, creates a new ConfigurationElement.
protected method DeserializeElement  (Inherited from ConfigurationElement )
protected method Finalize  (Inherited from Object )
protected method GetElementKey Overridden. Gets the element key for a specified configuration element when overridden in a derived class.
protected method Init  (Inherited from ConfigurationElement )
protected method InitializeDefault  (Inherited from ConfigurationElement )
protected method IsElementName  (Inherited from ConfigurationElementCollection )
protected method IsElementRemovable  (Inherited from ConfigurationElementCollection )
protected method IsModified  (Inherited from ConfigurationElementCollection )
protected method ListErrors  (Inherited from ConfigurationElement )
protected method MemberwiseClone  (Inherited from Object )
protected method OnDeserializeUnrecognizedAttribute  (Inherited from ConfigurationElement )
protected method OnDeserializeUnrecognizedElement  (Inherited from ConfigurationElementCollection )
protected method OnRequiredPropertyNotFound  (Inherited from ConfigurationElement )
protected method PostDeserialize Overridden. Called after deserialization.
protected method PreSerialize  (Inherited from ConfigurationElement )
protected method Reset  (Inherited from ConfigurationElementCollection )
protected method ResetModified  (Inherited from ConfigurationElementCollection )
protected method SerializeElement  (Inherited from ConfigurationElementCollection )
protected method SerializeToXmlElement  (Inherited from ConfigurationElement )
protected method SetPropertyValue  (Inherited from ConfigurationElement )
protected method SetReadOnly  (Inherited from ConfigurationElementCollection )
protected method 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

Other Resources

<binarySecurityTokenManager> Element