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

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​()
Returns FederationElement
Create new elemnt of the right type.
protected object
GetElementKey​(System.Configuration.ConfigurationElement element)
element FedertionElement
Get the key of an element, which is the metadata url.
GetEnumerator​()
Returns Enumerator
Generic IEnumerable implementation.
public void
RegisterFederations​(IOptions options)
options Current options.
Registers the identity providers from the configured federations in the identity provider dictionary.
GetEnumerator​()
public bool
IsReadOnly​()
public bool
Equals​(object compareTo)
public int
GetHashCode​()
public void
CopyTo​(System.Configuration.ConfigurationElement[] array, int index)
protected void
BaseAdd​(System.Configuration.ConfigurationElement element)
protected int
BaseIndexOf​(System.Configuration.ConfigurationElement element)
protected void
BaseAdd​(int index, System.Configuration.ConfigurationElement element)
protected bool
OnDeserializeUnrecognizedElement​(string elementName, System.Xml.XmlReader reader)
CreateNewElement​(string elementName)
protected bool
IsElementRemovable​(System.Configuration.ConfigurationElement element)
protected bool
IsElementName​(string elementName)
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
PostDeserialize​()
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
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object