5 references to Create
Microsoft.AspNetCore.DataProtection.Extensions.Tests (4)
DataProtectionProviderTests.cs (4)
100var protector = DataProtectionProvider.Create(directory, configure => 149var unprotector = DataProtectionProvider.Create(directory, o => o.UnprotectKeysWithAnyCertificate(certWithoutKey)).CreateProtector("purpose"); 201var unprotector = DataProtectionProvider.Create(directory, o => o.UnprotectKeysWithAnyCertificate(certInStore, certWithKey)).CreateProtector("purpose"); 312var unprotector = DataProtectionProvider.Create(directory,
NonDISample (1)
Program.cs (1)
16var dataProtectionProvider = DataProtectionProvider.Create(