iControl.SystemCryptoServer.add_profile C# (CSharp) Method

add_profile() private method

private add_profile ( string servers, string profiles ) : void
servers string
profiles string
return void
        public void add_profile(
		string [] servers,
		string [] [] profiles
	)
        {
            this.Invoke("add_profile", new object [] {
                servers,
                profiles});
        }