Mono.Tools.CertificateManager.Put C# (CSharp) Method

Put() static private method

static private Put ( ObjectType type, X509Store store, string file, string password, bool verbose ) : void
type ObjectType
store X509Store
file string
password string
verbose bool
return void
		static void Put (ObjectType type, X509Store store, string file, string password, bool verbose) 
		{
			throw new NotImplementedException ("Put not yet supported");
/*			switch (type) {
				case ObjectType.Certificate:
					break;
				case ObjectType.CRL:
					// TODO
					break;
				default:
					throw new NotSupportedException (type.ToString ());
			}*/
		}