Class ExternalLogin
- Assembly
- Dynamicweb.Core.dll
Represents an external login provider data.
public sealed class ExternalLogin
- Inheritance
-
ExternalLogin
- Inherited Members
Properties
Created
Gets the date and time when the provider was created.
public DateTime Created { get; }
Property Value
Icon
Gets or sets the icon of the provider.
public string? Icon { get; set; }
Property Value
Id
Gets or sets the id of the provider.
public int Id { get; }
Property Value
IsActive
Gets or sets value indicating whether login provider is active.
public bool IsActive { get; set; }
Property Value
Name
Gets or sets the name of the provider.
public required string Name { get; set; }
Property Value
ProviderParameters
Gets or sets the XML string representing provider parameters.
public string? ProviderParameters { get; set; }
Property Value
ProviderTypeName
Gets or sets the type of the provider.
public required string ProviderTypeName { get; set; }
Property Value
Restriction
Gets or sets the value indicating whether the login provider can be used for frontend or backend log on.
public ExternalLoginRestriction Restriction { get; set; }
Property Value
Updated
Gets the date and time when the provider was updated.
public DateTime Updated { get; }