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

Assembly: Sustainsys.Saml2

Inheritance: object → System.Configuration.ConfigurationElement → MetadataElement

Metadata configuration.

Properties

Organization
Information about organization.
public XsdDuration
CacheDuration
Optional attribute that describes for how long anyone may cache the metadata presented by the service provider. Defaults to 1 hour.
ValidUntil
How long after generation should the metadata be valid?
Contacts
Collection of contacts.
RequestedAttributes
Requested attributes of the service provider.
public bool
WantAssertionsSigned
Metadata flag that we want assertions to be signed.
public bool
LockItem
EvaluationContext
protected bool
HasContext
CurrentConfiguration

Methods

public bool
IsReadOnly​()
Returns Is the element contents read only?
Is the element contents read only? Always true in production, but can be changed during tests.
protected void
ListErrors​(System.Collections.IList errorList)
Inherited from ConfigurationElement
public bool
Equals​(object compareTo)
Inherited from ConfigurationElement
public int
GetHashCode​()
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 bool
OnDeserializeUnrecognizedElement​(string elementName, System.Xml.XmlReader reader)
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