文件名称:dotnet-arangodb-extensions:NET ArangoDB驱动程序的LINQ,Serilog,DevExtreme和DataProtection扩展
文件大小:158KB
文件格式:ZIP
更新时间:2024-04-25 21:30:00
linq aspnetcore netcore serilog-sink serilog
.NET ArangoDB驱动程序的扩展 参见 扩大 努吉特 片段 数据保护 public void ConfigureServices ( IServiceCollection services ) { services . AddSingleton ( new ArangoContext ( Configuration . GetConnectionString ( " Arango " ))); var dataProtection = services . AddDataProtection () . SetApplicationName ( " App " ) . SetDefaultKeyLifetime ( TimeSpan . FromDays ( 30 )); dataProtection . PersistKey