Class ProviderConfiguration
The provider configuration is configuration common to local and partner identity providers and service providers.
Inheritance
ProviderConfiguration
Inherited Members
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 |
---|---|
string | The provider description. |
LocalCertificates
Gets or sets the local certificates.
Declaration
public IList<Certificate> LocalCertificates { get; set; }
Property Value
Type | Description |
---|---|
IList<Certificate> | The local certificates. |
Name
Gets or sets the provider name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The provider name. |