System.Security.Cryptography.CryptoConfig.CryptoHandler.CryptoHandler C# (CSharp) Method

CryptoHandler() public method

public CryptoHandler ( Hashtable algorithms, Hashtable oid ) : System.Collections
algorithms System.Collections.Hashtable
oid System.Collections.Hashtable
return System.Collections
		public CryptoHandler (Hashtable algorithms, Hashtable oid)
		{
			this.algorithms = algorithms;
			this.oid = oid;
			// temporary tables to reconstruct algorithms
			names = new Hashtable ();
			classnames = new Hashtable ();
		}