iControl.LocalLBProfileAuth.get_authentication_method C# (CSharp) Method

get_authentication_method() private method

private get_authentication_method ( string profile_names ) : iControl.LocalLBProfileAuthenticationMethod[]
profile_names string
return iControl.LocalLBProfileAuthenticationMethod[]
        public LocalLBProfileAuthenticationMethod[] get_authentication_method(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_authentication_method", new object [] {
                profile_names});
            return ((LocalLBProfileAuthenticationMethod [])(results[0]));
        }
LocalLBProfileAuth