Show / Hide Table of Contents

Class LocalServiceProviderConfiguration

The local service provider configuration specifies the configuration for the local service provider.

Inheritance
System.Object
Entity
ProviderConfiguration
LocalProviderConfiguration
LocalServiceProviderConfiguration
Inherited Members
LocalProviderConfiguration.SingleLogoutServiceUrl
LocalProviderConfiguration.ResolveToHttps
ProviderConfiguration.Name
ProviderConfiguration.Description
ProviderConfiguration.LocalCertificates
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 class LocalServiceProviderConfiguration : LocalProviderConfiguration

Constructors

LocalServiceProviderConfiguration()

Constructs a service provider configuration.

Declaration
public LocalServiceProviderConfiguration()

LocalServiceProviderConfiguration(XmlElement)

Constructs a service provider configuration from XML.

Declaration
public LocalServiceProviderConfiguration(XmlElement xmlElement)
Parameters
Type Name Description
System.Xml.XmlElement xmlElement

The service provider configuration XML.

Properties

AssertionConsumerServiceUrl

Gets or sets the service provider's assertion consumer service (ACS) URL.

The assertion consumer service URL is the endpoint at which the SAML response is received.

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

The service provider's assertion consumer service (ACS) URL.

Methods

ToXml(XmlElement)

Serializes the service provider configuration to XML.

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

The XML element.

Overrides
LocalProviderConfiguration.ToXml(XmlElement)
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.