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.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 abstract class ProviderConfiguration : Entity
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<Certificate> LocalCertificates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Certificate> | 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. |