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.​ServiceCertificateElementCollection
Assembly: Sustainsys.Saml2
Inheritance: object → System.​Configuration.​ConfigurationElement → System.​Configuration.​ConfigurationElementCollection → ServiceCertificateElementCollection
Implemented Interfaces
- System.​Collections.​ICollection (Inherits: IEnumerable) Implemented by: ConfigurationElementCollection
- System.​Collections.​Generic.​IEnumerable`1 (Inherits: IEnumerable)
Config collection of ServiceCertificateElements.
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​()
Create new element of right type.
Returns ServiceCertificateElement
protected
object
GetElementKey​(System.​Configuration.​ConfigurationElement element)
Get the name of an element.
Returns element.Name
element
ServiceCertificateElement
public
System.​Collections.​Generic.​IEnumerator<​ServiceCertificateElement>
GetEnumerator​()
Get a strongly typed enumerator.
Returns Strongly typed enumerator.
public
void
RegisterServiceCertificates​(SPOptions options)
Register the configured service certificates.
options
Current options.
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)
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
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object