Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

NopDataProtectionDefaults.cs

namespace Nop.Core.Security;

/// <summary>
/// Represents default values related to data protection
/// </summary>
public static partial class NopDataProtectionDefaults
{
    /// <summary>
    /// Gets the name of the key path used to store the protection key list to local file system
    /// </summary>
    public static string DataProtectionKeysPath => "~/App_Data/DataProtectionKeys";
}