6 lines
127 B
C#
6 lines
127 B
C#
namespace _0_Framework.Application;
|
|
|
|
public sealed class HashingOptions
|
|
{
|
|
public int Iterations { get; set; } = 10000;
|
|
} |