iControl.SystemCryptoClient.get_profile C# (CSharp) Method

get_profile() private method

private get_profile ( string clients ) : iControl.SystemSystemProfileAttribute[][]
clients string
return iControl.SystemSystemProfileAttribute[][]
        public SystemSystemProfileAttribute[][] get_profile(
		string [] clients
	)
        {
            object [] results = this.Invoke("get_profile", new object [] {
                clients});
            return ((SystemSystemProfileAttribute [] [])(results[0]));
        }
SystemCryptoClient