Class ProviderConfiguration
- Namespace
- ComponentSpace.Saml2.Configuration
- Assembly
- ComponentSpace.Saml2.dll
The provider configuration is configuration common to local and partner identity providers and service providers.
public abstract class ProviderConfiguration : Entity
- Inheritance
-
ProviderConfiguration
- Derived
- Inherited Members
Properties
Description
Gets or sets the provider description.
public string Description { get; set; }
Property Value
- string
The provider description.
LocalCertificates
Gets or sets the local certificates.
public IList<Certificate> LocalCertificates { get; set; }
Property Value
- IList<Certificate>
The local certificates.
Name
Gets or sets the provider name.
public string Name { get; set; }
Property Value
- string
The provider name.