iControl.LocalLBProfileAuth.get_authentication_method C# (CSharp) 메소드

get_authentication_method() 개인적인 메소드

private get_authentication_method ( string profile_names ) : iControl.LocalLBProfileAuthenticationMethod[]
profile_names string
리턴 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