5 references to PersistKeysToFileSystem
CustomEncryptorSample (1)
Program.cs (1)
18.PersistKeysToFileSystem(new DirectoryInfo(keysFolder))
KeyManagementSample (1)
Program.cs (1)
20.PersistKeysToFileSystem(new DirectoryInfo(keysFolder));
Microsoft.AspNetCore.DataProtection (2)
IDataProtectionBuilder.cs (2)
20/// a call to <see cref="DataProtectionBuilderExtensions.PersistKeysToFileSystem(IDataProtectionBuilder,DirectoryInfo)"/>, or exceptions may 27/// should therefore generally be paired with a call to <see cref="DataProtectionBuilderExtensions.PersistKeysToFileSystem(IDataProtectionBuilder,DirectoryInfo)"/>,
Microsoft.AspNetCore.DataProtection.Extensions (1)
DataProtectionProvider.cs (1)
132builder.PersistKeysToFileSystem(keyDirectory);