Table of Contents

Class ProviderCollection

Namespace
Dynamicweb.Security.UserManagement.ExternalAuthentication
Assembly
Dynamicweb.Security.dll
Represents a collection of external login providers.
public class ProviderCollection : Collection<Provider>, IList<Provider>, ICollection<Provider>, IReadOnlyList<Provider>, IReadOnlyCollection<Provider>, IEnumerable<Provider>, IList, ICollection, IEnumerable
Inheritance
ProviderCollection
Implements
Inherited Members
Extension Methods

Constructors

ProviderCollection()

Initializes a new instance of an object.
public ProviderCollection()
To top