feat: DI-Erweiterung zur Registrierung von CryptFactory hinzugefügt
This commit is contained in:
@@ -6,6 +6,6 @@ namespace DigitalData.Core.Security
|
||||
{
|
||||
private static readonly Lazy<ICryptFactory> LazyStaticCryptFactory = new (() => new CryptFactory());
|
||||
|
||||
public ICryptFactory Static = LazyStaticCryptFactory.Value;
|
||||
public static ICryptFactory Static = LazyStaticCryptFactory.Value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user