blob: b82bdc66102cb2895a971c1ce8fb1263870e4c43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
using System;
using System.Collections;
using System.Collections.Specialized;
using System.IO;
using System.Net;
using System.Security.Cryptography;
using System.Web;
using Org.Mentalis.Security.Cryptography;
using System.Text;
using NUnit.Framework;
using Janrain.OpenId;
using Janrain.OpenId.Store;
namespace OpenIdTests
{
[TestFixture]
public class MemoryStoreTestSuite
{
// This requires Consumer; finished soon.
}
}
|