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

Assembly: Sustainsys.Saml2

Inheritance: object → System.​Configuration.​ConfigurationElementCertificateElement → ServiceCertificateElement

Config element for the service certificate element.

Properties

Status
Is this certificate for current or future use?
Use
Intended use of the certificate
MetadataPublishOverride
How should we override the metadata publishing rules?
public string
FileName
File name of cert stored in file.
Store location to search.
public string
FindValue
The search term used for searching the certificate store.
Find type, what field to search.
public bool
LockItem
EvaluationContext
protected bool
HasContext
CurrentConfiguration

Methods

public bool
IsReadOnly​()
Inherited from CertificateElement
Allows local modification of the configuration for testing purposes
LoadCertificate​()
Inherited from CertificateElement
Load the certificate pointed to by this configuration.
Returns Certificate
protected void
ListErrors​(System.​Collections.​IList errorList)
public bool
Equals​(object compareTo)
public int
GetHashCode​()
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 bool
OnDeserializeUnrecognizedElement​(string elementName, System.​Xml.​XmlReader reader)
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