iControl.ManagementUserManagement.set_authentication_method C# (CSharp) 메소드

set_authentication_method() 개인적인 메소드

private set_authentication_method ( CommonAuthenticationMethod auth_method ) : void
auth_method CommonAuthenticationMethod
리턴 void
        public void set_authentication_method(
		CommonAuthenticationMethod auth_method
	)
        {
            this.Invoke("set_authentication_method", new object [] {
                auth_method});
        }
ManagementUserManagement