Show / Hide Table of Contents

Class ProviderConfiguration

The provider configuration is configuration common to local and partner identity providers and service providers.

Inheritance
System.Object
Entity
ProviderConfiguration
LocalProviderConfiguration
PartnerProviderConfiguration
Inherited Members
Entity.Id
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.Xml.XmlElement xmlElement

The provider configuration XML.

Properties

Description

Gets or sets the provider description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

The provider description.

LocalCertificates

Gets or sets the local certificates.

Declaration
public IList<CertificateConfiguration> LocalCertificates { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<CertificateConfiguration>

The local certificates.

Name

Gets or sets the provider name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

The provider name.

Methods

ToXml(XmlElement)

Serializes the provider configuration to XML.

Declaration
public virtual void ToXml(XmlElement xmlElement)
Parameters
Type Name Description
System.Xml.XmlElement xmlElement

The XML element.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.