iControl.LocalLBProfileClientSSL.set_authenticate_depth C# (CSharp) Method

set_authenticate_depth() private method

private set_authenticate_depth ( string profile_names, LocalLBProfileULong depths ) : void
profile_names string
depths LocalLBProfileULong
return void
        public void set_authenticate_depth(
		string [] profile_names,
		LocalLBProfileULong [] depths
	)
        {
            this.Invoke("set_authenticate_depth", new object [] {
                profile_names,
                depths});
        }
LocalLBProfileClientSSL