Search Results for

    Show / Hide Table of Contents
    View Source

    Class DefaultMachineIdentityProvider

    Returns System.Environment.MachineName as the machine identifier.

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

    This is the final fallback provider and always returns a non-null value.

    Constructors

    View Source

    DefaultMachineIdentityProvider()

    Declaration
    public DefaultMachineIdentityProvider()

    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