public void SetUp()
 {
     provider = new KeyedHashAlgorithmProviderDataManageabilityProvider();
     machineKey = new MockRegistryKey(true);
     userKey = new MockRegistryKey(true);
     configurationObject = new KeyedHashAlgorithmProviderData();
 }
Example #2
0
 public void SetUp()
 {
     provider            = new KeyedHashAlgorithmProviderDataManageabilityProvider();
     machineKey          = new MockRegistryKey(true);
     userKey             = new MockRegistryKey(true);
     configurationObject = new KeyedHashAlgorithmProviderData();
 }