Search Results for

    Show / Hide Table of Contents
    View Source

    Class MachineIdentityProviderCollection

    Represents an ordered collection of IMachineIdentityProvider instances.

    Inheritance
    object
    BuilderCollectionBase<IMachineIdentityProvider>
    Namespace: Umbraco.Cms.Core.Factories
    Assembly: Umbraco.Core.dll
    Syntax
    public class MachineIdentityProviderCollection : BuilderCollectionBase<IMachineIdentityProvider>, IBuilderCollection<IMachineIdentityProvider>

    Constructors

    View Source

    MachineIdentityProviderCollection(Func<IEnumerable<IMachineIdentityProvider>>)

    Initializes a new instance of the MachineIdentityProviderCollection class.

    Declaration
    public MachineIdentityProviderCollection(Func<IEnumerable<IMachineIdentityProvider>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<IMachineIdentityProvider>> items

    A factory function that returns the machine identity providers.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX