iControl.SystemCryptoClient.add_profile C# (CSharp) Method

add_profile() private method

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