Show / Hide Table of Contents

Class SamlConfigurations

The SAML configurations specifies the configurations for SAML single sign-on.

Inheritance
System.Object
SamlConfigurations
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2.Configuration
Assembly: ComponentSpace.Saml2.dll
Syntax
public class SamlConfigurations

Properties

Configurations

Gets or sets the list of SAML configurations.

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

The list of SAML configurations.

Methods

Add(SamlConfiguration)

Adds a SAML configuration.

Declaration
public void Add(SamlConfiguration samlConfiguration)
Parameters
Type Name Description
SamlConfiguration samlConfiguration

The SAML configuration.

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