iControl.SystemCryptoClient.add_profile C# (CSharp) 메소드

add_profile() 개인적인 메소드

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