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.ConfigurationElement → CertificateElement → ServiceCertificateElement
Config element for the service certificate element.
Properties
public
CertificateStatus
Status
Is this certificate for current or future use?
public
CertificateUse
Use
Intended use of the certificate
public
MetadataPublishOverrideType
MetadataPublishOverride
How should we override the metadata publishing rules?
public
string
FileName
File name of cert stored in file.
StoreName
Store name to search.
StoreLocation
Store location to search.
public
string
FindValue
The search term used for searching the certificate store.
X509FindType
Find type, what field to search.
LockAttributes
LockAllAttributesExcept
LockElements
LockAllElementsExcept
public
bool
LockItem
ElementInformation
EvaluationContext
protected
bool
HasContext
CurrentConfiguration
Methods
Allows local modification of the configuration for testing purposes
Load the certificate pointed to by this configuration.
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
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
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object