Internal\KeyManagementOptionsPostSetupTest.cs (11)
29new KeyValuePair<string, string>(KeyManagementOptionsPostSetup.ReadOnlyDataProtectionKeyDirectoryKey, keyDir),
38AssertReadOnly(options, keyDir);
46new KeyValuePair<string, string>(KeyManagementOptionsPostSetup.ReadOnlyDataProtectionKeyDirectoryKey, keyDir),
55AssertNotReadOnly(options, keyDir);
74AssertNotReadOnly(options, keyDir);
84new KeyValuePair<string, string>(KeyManagementOptionsPostSetup.ReadOnlyDataProtectionKeyDirectoryKey, keyDir),
100AssertNotReadOnly(options, keyDir);
115new KeyValuePair<string, string>(KeyManagementOptionsPostSetup.ReadOnlyDataProtectionKeyDirectoryKey, keyDir),
127AssertNotReadOnly(options, keyDir);
143AssertNotReadOnly(options, keyDir);
157AssertNotReadOnly(options, keyDir);