Class OpenIDConfigurations
The OpenID configurations.
Inherited Members
Namespace: ComponentSpace.OpenID.Configuration
Assembly: ComponentSpace.OpenID.dll
Syntax
public class OpenIDConfigurations
Properties
Configurations
Gets or sets the list of OpenID configurations.
Declaration
public OpenIDConfiguration[]? Configurations { get; set; }
Property Value
| Type | Description |
|---|---|
| OpenIDConfiguration[] | The list of OpenID configurations. |