コード例 #1
0
ファイル: EncryptedXmlTest.cs プロジェクト: Profit0004/mono
		public void DecryptEncryptedKey_Null ()
		{
			EncryptedXml ex = new EncryptedXml ();
			ex.DecryptEncryptedKey (null);
		}