iControl.LocalLBProfileAuth.set_authentication_method C# (CSharp) Method

set_authentication_method() private method

private set_authentication_method ( string profile_names, LocalLBProfileAuthenticationMethod auth_methods ) : void
profile_names string
auth_methods LocalLBProfileAuthenticationMethod
return void
        public void set_authentication_method(
		string [] profile_names,
		LocalLBProfileAuthenticationMethod [] auth_methods
	)
        {
            this.Invoke("set_authentication_method", new object [] {
                profile_names,
                auth_methods});
        }
LocalLBProfileAuth