Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Sustainsys.​Saml2.​Configuration.​IdentityProviderCollection
Assembly: Sustainsys.Saml2
Inheritance: object → System.Configuration.ConfigurationElement → System.Configuration.ConfigurationElementCollection → IdentityProviderCollection
Config collection of IdentityProviderElements.
Properties
public
bool
EmitClear
protected
string
ElementName
protected
bool
ThrowOnDuplicate
CollectionType
public
int
Count
public
bool
IsSynchronized
public
object
SyncRoot
LockAttributes
LockAllAttributesExcept
LockElements
LockAllElementsExcept
public
bool
LockItem
ElementInformation
EvaluationContext
protected
bool
HasContext
CurrentConfiguration
Methods
CreateNewElement​()
Returns IdentityProviderElement
Create new element of right type.
protected
object
GetElementKey​(System.Configuration.ConfigurationElement element)
element
IdentityProviderElement
Returns element.Name
Get the name of an element.
GetEnumerator​()
Returns Strongly typed enumerator.
Get a strongly typed enumerator.
Register the configured identity providers in the dictionary of active idps.
public
void
CopyTo​(System.Configuration.ConfigurationElement[] array,
int index)
Inherited from ConfigurationElementCollection
protected
void
BaseAdd​(System.Configuration.ConfigurationElement element)
Inherited from ConfigurationElementCollection
protected
int
BaseIndexOf​(System.Configuration.ConfigurationElement element)
Inherited from ConfigurationElementCollection
protected
void
BaseAdd​(int index,
System.Configuration.ConfigurationElement element)
Inherited from ConfigurationElementCollection
protected
bool
OnDeserializeUnrecognizedElement​(string elementName,
System.Xml.XmlReader reader)
Inherited from ConfigurationElementCollection
protected
bool
IsElementRemovable​(System.Configuration.ConfigurationElement element)
Inherited from ConfigurationElementCollection
protected
bool
IsElementName​(string elementName)
Inherited from ConfigurationElementCollection
protected
void
ListErrors​(System.Collections.IList errorList)
Inherited from ConfigurationElement
protected
void
SetPropertyValue​(System.Configuration.ConfigurationProperty prop,
object value,
bool ignoreLocks)
Inherited from ConfigurationElement
protected
object
OnRequiredPropertyNotFound​(string name)
Inherited from ConfigurationElement
protected
void
PreSerialize​(System.Xml.XmlWriter writer)
Inherited from ConfigurationElement
protected
bool
OnDeserializeUnrecognizedAttribute​(string name,
string value)
Inherited from ConfigurationElement
protected
string
GetTransformedTypeString​(string typeName)
Inherited from ConfigurationElement
protected
string
GetTransformedAssemblyString​(string assemblyName)
Inherited from ConfigurationElement
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object