public void CreateStuff()
		{
			cache = new ProtectedKeyCache();
			originalKey = KeyManager.GenerateSymmetricKey(typeof(RijndaelManaged), DataProtectionScope.LocalMachine); 
		}
示例#2
0
 public void CreateStuff()
 {
     cache       = new ProtectedKeyCache();
     originalKey = KeyManager.GenerateSymmetricKey(typeof(RijndaelManaged), DataProtectionScope.LocalMachine);
 }