3 references to PersistKeysToFileSystem
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);