예제 #1
0
	public void CCToString () 
	{
		// under normal circumstance there are no need to create a CryptoConfig object
		// because all interesting stuff are in static methods
		CryptoConfig cc = new CryptoConfig ();
		Assert.AreEqual ("System.Security.Cryptography.CryptoConfig", cc.ToString ());
	}