1 write to _keyDirectoryPath
Microsoft.AspNetCore.DataProtection (1)
Internal\KeyManagementOptionsPostSetup.cs (1)
49_keyDirectoryPath = dirPath;
2 references to _keyDirectoryPath
Microsoft.AspNetCore.DataProtection (2)
Internal\KeyManagementOptionsPostSetup.cs (2)
56if (_keyDirectoryPath is null) 73var keyDirectory = new DirectoryInfo(_keyDirectoryPath);