Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConfiguredMachineIdentityProvider

    Returns the machine identifier configured via MachineIdentifier.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Factories
    Assembly: Umbraco.Core.dll
    Syntax
    public class ConfiguredMachineIdentityProvider : IMachineIdentityProvider

    Constructors

    View Source

    ConfiguredMachineIdentityProvider(IOptions<HostingSettings>)

    Initializes a new instance of the ConfiguredMachineIdentityProvider class.

    Declaration
    public ConfiguredMachineIdentityProvider(IOptions<HostingSettings> hostingSettings)
    Parameters
    Type Name Description
    IOptions<HostingSettings> hostingSettings

    Methods

    View Source

    GetMachineIdentifier()

    Gets the machine identifier, or null if this provider does not apply.

    Declaration
    public string? GetMachineIdentifier()
    Returns
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX