Exemplo n.º 1
0
		public void PartialTrust_DenyUnrestricted_Success ()
		{
			MonoTests.System.Security.Cryptography.CryptoConfigTest cct = new MonoTests.System.Security.Cryptography.CryptoConfigTest ();
			// call most (all but arguments checking) unit tests from CryptoConfigTest
			cct.CCToString ();
			cct.CreateFromName ();
			cct.EncodeOID ();
			cct.MapNameToOID ();
		}
Exemplo n.º 2
0
 public void PartialTrust_DenyUnrestricted_Success()
 {
     MonoTests.System.Security.Cryptography.CryptoConfigTest cct = new MonoTests.System.Security.Cryptography.CryptoConfigTest();
     // call most (all but arguments checking) unit tests from CryptoConfigTest
     cct.CCToString();
     cct.CreateFromName();
     cct.EncodeOID();
     cct.MapNameToOID();
 }
Exemplo n.º 3
0
		public void PartialTrust_DenyUnrestricted_CreateFromURL ()
		{
			MonoTests.System.Security.Cryptography.CryptoConfigTest cct = new MonoTests.System.Security.Cryptography.CryptoConfigTest ();
			// this test must load System.Security to create some types
			cct.CreateFromURL ();
		}
Exemplo n.º 4
0
 public void PartialTrust_DenyUnrestricted_CreateFromURL()
 {
     MonoTests.System.Security.Cryptography.CryptoConfigTest cct = new MonoTests.System.Security.Cryptography.CryptoConfigTest();
     // this test must load System.Security to create some types
     cct.CreateFromURL();
 }