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.​FederationCollection

Assembly: Sustainsys.Saml2

Inheritance: object → System.​Configuration.​ConfigurationElementSystem.​Configuration.​ConfigurationElementCollection → FederationCollection

Implemented Interfaces

Config collection of federations.

Properties

public bool
EmitClear
protected string
ElementName
protected bool
ThrowOnDuplicate
public int
Count
public bool
IsSynchronized
public object
SyncRoot
public bool
LockItem
EvaluationContext
protected bool
HasContext
CurrentConfiguration

Methods

CreateNewElement​()
Create new elemnt of the right type.
Returns FederationElement
protected object
GetElementKey​(System.​Configuration.​ConfigurationElement element)
Get the key of an element, which is the metadata url.
element FedertionElement
GetEnumerator​()
Generic IEnumerable implementation.
Returns Enumerator
public void
RegisterFederations​(IOptions options)
Registers the identity providers from the configured federations in the identity provider dictionary.
options Current options.
public bool
IsReadOnly​()
public bool
Equals​(object compareTo)
public int
GetHashCode​()
protected bool
OnDeserializeUnrecognizedElement​(string elementName, System.​Xml.​XmlReader reader)
protected bool
IsElementName​(string elementName)
protected void
ListErrors​(System.​Collections.​IList errorList)
protected void
SetPropertyValue​(System.​Configuration.​ConfigurationProperty prop, object value, bool ignoreLocks)
protected object
OnRequiredPropertyNotFound​(string name)
protected void
PostDeserialize​()
protected void
PreSerialize​(System.​Xml.​XmlWriter writer)
protected bool
OnDeserializeUnrecognizedAttribute​(string name, string value)
protected string
GetTransformedTypeString​(string typeName)
protected string
GetTransformedAssemblyString​(string assemblyName)
protected void
Finalize​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object