iControl.SystemCryptoClient.remove_profile C# (CSharp) Method

remove_profile() private method

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