Class ProviderConfiguration
The provider configuration is configuration common to local and partner identity providers and service providers.
Inheritance
System.Object
ProviderConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ComponentSpace.SAML2.Configuration
Assembly: ComponentSpace.Saml2.dll
Syntax
public abstract class ProviderConfiguration : Entity
Constructors
ProviderConfiguration()
Constructs a provider configuration.
Declaration
public ProviderConfiguration()
ProviderConfiguration(XmlElement)
Constructs a provider configuration from XML.
Declaration
public ProviderConfiguration(XmlElement xmlElement)
Parameters
Type | Name | Description |
---|---|---|
System. |
xmlElement | The provider configuration XML. |
Properties
Description
Gets or sets the provider description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
The provider description. |
LocalCertificates
Gets or sets the local certificates.
Declaration
public IList<CertificateConfiguration> LocalCertificates { get; set; }
Property Value
Type | Description |
---|---|
System. |
The local certificates. |
Name
Gets or sets the provider name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
The provider name. |
Methods
ToXml(XmlElement)
Serializes the provider configuration to XML.
Declaration
public virtual void ToXml(XmlElement xmlElement)
Parameters
Type | Name | Description |
---|---|---|
System. |
xmlElement | The XML element. |