Class OpenIDConfiguration
The OpenID configuration.
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.OpenID.Configuration
Assembly: ComponentSpace.OpenID.dll
Syntax
public class OpenIDConfiguration : Entity
Properties
ClientConfigurations
Gets or sets the clients configuration.
Declaration
public ClientConfiguration[] ClientConfigurations { get; set; }
Property Value
Type | Description |
---|---|
ClientConfiguration[] | The clients configuration. |
Name
Gets or sets the configuration name.
The configuration name is used in multi-tenanted applications to identify which configuration to use.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The configuration name. |
ProviderConfiguration
Gets or sets the OpenID provider configuration.
Declaration
public ProviderConfiguration ProviderConfiguration { get; set; }
Property Value
Type | Description |
---|---|
ProviderConfiguration | The OpenID provider configuration. |