diff --git a/DigitalData.Core.Tests/Security/RSADecryptorTests.cs b/DigitalData.Core.Tests/Security/RSADecryptorTests.cs new file mode 100644 index 0000000..b4d3f97 --- /dev/null +++ b/DigitalData.Core.Tests/Security/RSADecryptorTests.cs @@ -0,0 +1,7 @@ +namespace DigitalData.Core.Tests.Security +{ + [TestFixture] + public class RSADecryptorTests + { + } +} \ No newline at end of file